#96DFC8

Color #96DFC8 Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #96DFC8

Tints of Riptide #96DFC8

Color information

#96DFC8 (or 0x96DFC8) is unknown color: approx Riptide. HEX triplet: 96, DF and C8. RGB value is (150,223,200). Sum of RGB (Red+Green+Blue) = 150+223+200=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFC8 is #692037. Grayscale: #C6C6C6. Windows color (decimal): -6889528 or 13164438. OLE color: 13164438.

HSL color Cylindrical-coordinate representation of color #96DFC8: hue angle of 161.1º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DFC8 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB150223200-
CMYK0.3300.100.13
HSL161.1º53.28%73.14%-
HSV(B)161.1º32.74%87.45%-
XYZ49.3963.4364.28-
YUV198.55128.8293.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.18%
GREEN value IS 223 (87.5% from 255) = 38.92%
BLUE value IS 200 (78.52% from 255) = 34.90%
R=26.18%
G=38.92%
B=34.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502232000.3300.100.13161.153.2873.14
Hex96DFC8210ADa13549
Octal226337310410121524165111
Binary100101101101111111001000100001010101101101000011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,223,200); }

 H1.HeaderClassName
 {
   color: #96DFC8;
 }
 .AnyTagClassName
 {
   color: #96DFC8;
 }
</style>
background-color css

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

 a { background-color: rgb(150,223,200); }

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

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

 span { border-color: rgb(150,223,200); }

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