#96DFD4

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

Shades of Riptide #96DFD4

Tints of Riptide #96DFD4

Color information

#96DFD4 (or 0x96DFD4) is unknown color: approx Riptide. HEX triplet: 96, DF and D4. RGB value is (150,223,212). Sum of RGB (Red+Green+Blue) = 150+223+212=585 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.64% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFD4 is #69202B. Grayscale: #C7C7C7. Windows color (decimal): -6889516 or 13950870. OLE color: 13950870.

HSL color Cylindrical-coordinate representation of color #96DFD4: hue angle of 170.96º 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 #96DFD4 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB150223212-
CMYK0.3300.050.13
HSL170.96º53.28%73.14%-
HSV(B)170.96º32.74%87.45%-
XYZ50.8564.0171.96-
YUV199.92134.8292.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.64%
GREEN value IS 223 (87.5% from 255) = 38.12%
BLUE value IS 212 (83.20% from 255) = 36.24%
R=25.64%
G=38.12%
B=36.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502232120.3300.050.13170.9653.2873.14
Hex96DFD42105Dab3549
Octal22633732441051525365111
Binary10010110110111111101010010000101011101101010111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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