#96D6C9

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

Shades of Riptide #96D6C9

Tints of Riptide #96D6C9

Color information

#96D6C9 (or 0x96D6C9) is unknown color: approx Riptide. HEX triplet: 96, D6 and C9. RGB value is (150,214,201). Sum of RGB (Red+Green+Blue) = 150+214+201=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 214 - color contains mainly: green. Hex color #96D6C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D6C9 is #692936. Grayscale: #C1C1C1. Windows color (decimal): -6891831 or 13227670. OLE color: 13227670.

HSL color Cylindrical-coordinate representation of color #96D6C9: hue angle of 167.81º 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 #96D6C9 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB150214201-
CMYK0.3000.060.16
HSL167.81º43.84%71.37%-
HSV(B)167.81º29.91%83.92%-
XYZ47.1758.7964.12-
YUV193.38132.397.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.55%
GREEN value IS 214 (83.98% from 255) = 37.88%
BLUE value IS 201 (78.91% from 255) = 35.58%
R=26.55%
G=37.88%
B=35.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502142010.3000.060.16167.8143.8471.37
Hex96D6C91E0610a82c47
Octal22632631136062025054107
Binary10010110110101101100100111110011010000101010001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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