#96CEC7

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

Shades of Riptide #96CEC7

Tints of Riptide #96CEC7

Color information

#96CEC7 (or 0x96CEC7) is unknown color: approx Riptide. HEX triplet: 96, CE and C7. RGB value is (150,206,199). Sum of RGB (Red+Green+Blue) = 150+206+199=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CEC7 is #693138. Grayscale: #BCBCBC. Windows color (decimal): -6893881 or 13094550. OLE color: 13094550.

HSL color Cylindrical-coordinate representation of color #96CEC7: hue angle of 172.5º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CEC7 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB150206199-
CMYK0.2700.030.19
HSL172.5º36.36%69.8%-
HSV(B)172.5º27.18%80.78%-
XYZ44.9654.7562.23-
YUV188.46133.95100.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.03%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 199 (78.12% from 255) = 35.86%
R=27.03%
G=37.12%
B=35.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502061990.2700.030.19172.536.3669.8
Hex96CEC71B0313ac2446
Octal22631630733032325444106
Binary1001011011001110110001111101101110011101011001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,206,199); }

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

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

 a { background-color: rgb(150,206,199); }

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

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

 span { border-color: rgb(150,206,199); }

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