#96D3C3

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

Shades of Riptide #96D3C3

Tints of Riptide #96D3C3

Color information

#96D3C3 (or 0x96D3C3) is unknown color: approx Riptide. HEX triplet: 96, D3 and C3. RGB value is (150,211,195). Sum of RGB (Red+Green+Blue) = 150+211+195=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 211 - color contains mainly: green. Hex color #96D3C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D3C3 is #692C3C. Grayscale: #BEBEBE. Windows color (decimal): -6892605 or 12833686. OLE color: 12833686.

HSL color Cylindrical-coordinate representation of color #96D3C3: hue angle of 164.26º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D3C3 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB150211195-
CMYK0.2900.080.17
HSL164.26º40.94%70.78%-
HSV(B)164.26º28.91%82.75%-
XYZ45.7257.0160.22-
YUV190.94130.2998.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.98%
GREEN value IS 211 (82.81% from 255) = 37.95%
BLUE value IS 195 (76.56% from 255) = 35.07%
R=26.98%
G=37.95%
B=35.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1502111950.2900.080.17164.2640.9470.78
Hex96D3C31D0811a42947
Octal226323303350102124451107
Binary100101101101001111000011111010100010001101001001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,211,195); }

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

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

 a { background-color: rgb(150,211,195); }

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

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

 span { border-color: rgb(150,211,195); }

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