Html Css Color HEX #96D6C2 Riptide

📋 copy color: '#96D6C2'

red 150 ◦ green 214 ◦ blue 194

#96D6C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Riptide #96D6C2

Tints of Riptide #96D6C2

RGB

 RED value IS 150 (58.98% from 255) = 26.88%

 GREEN value IS 214 (83.98% from 255) = 38.35%

 BLUE value IS 194 (76.17% from 255) = 34.77%

R = 26.88%
G = 38.35%
B = 34.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#96D6C2 (or 0x96D6C2) is known color: Riptide. HEX triplet: 96, D6 and C2. RGB value is (150,214,194). Sum of RGB (Red+Green+Blue) = 150+214+194=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #96D6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D6C2 is #69293D. Grayscale: #C0C0C0. Windows color (decimal): -6891838 or 12768918. OLE color: 12768918.

HSL color Cylindrical-coordinate representation of color #96D6C2: hue angle of 161.25º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D6C2 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 214 194 -
CMYK 0.30 0 0.09 0.16
HSL 161.25º 0.44% 0.71% -
HSV(B) 161.25º 0.3% 0.84% -
XYZ 46.36 58.47 59.88 -
YUV 192.58 128.8 97.63 -
System Red Green Blue C M Y K H S L
Decimal 150 214 194 0.30 0 0.09 0.16 161.25 0.44 0.71
Hex 96 D6 C2 1E 0 9 10 A1 2C 47
Octal 226 326 302 36 0 11 20 241 54 107
Binary 10010110 11010110 11000010 11110 0 1001 10000 10100001 101100 1000111

Color Harmonies of #96D6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D6C2

Black with #96D6C2

Text Example


Text Example

White with #96D6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96D6C2; }

 p { color: rgb(150,214,194); }

 H1.HeaderClassName
 {
   color: #96D6C2;
 }
 .AnyTagClassName
 {
   color: #96D6C2;
 }
</style>

background-color css

<style>
 a { background-color: #96D6C2; }

 a { background-color: rgb(150,214,194); }

 div.DivClassName
 {
   background-color: #96D6C2;
 }
 .BgClassName
 {
   background-color: #96D6C2;
 }
</style>

border-color css

<style>
 span { border-color: #96D6C2; }

 span { border-color: rgb(150,214,194); }

 td.TdClassName
 {
   border-color: #96D6C2;
 }
 .TagClassName
 {
   border-color: #96D6C2;
 }
</style>