#96D7CC

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

Shades of Riptide #96D7CC

Tints of Riptide #96D7CC

Color information

#96D7CC (or 0x96D7CC) is unknown color: approx Riptide. HEX triplet: 96, D7 and CC. RGB value is (150,215,204). Sum of RGB (Red+Green+Blue) = 150+215+204=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 215 - color contains mainly: green. Hex color #96D7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D7CC is #692833. Grayscale: #C2C2C2. Windows color (decimal): -6891572 or 13424534. OLE color: 13424534.

HSL color Cylindrical-coordinate representation of color #96D7CC: hue angle of 169.85º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D7CC is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB150215204-
CMYK0.3000.050.16
HSL169.85º44.83%71.57%-
HSV(B)169.85º30.23%84.31%-
XYZ47.7859.4466.08-
YUV194.31133.4796.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.36%
GREEN value IS 215 (84.38% from 255) = 37.79%
BLUE value IS 204 (80.08% from 255) = 35.85%
R=26.36%
G=37.79%
B=35.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502152040.3000.050.16169.8544.8371.57
Hex96D7CC1E0510aa2d48
Octal22632731436052025255110
Binary10010110110101111100110011110010110000101010101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,215,204); }

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

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

 a { background-color: rgb(150,215,204); }

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

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

 span { border-color: rgb(150,215,204); }

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