#96DDD1

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

Shades of Riptide #96DDD1

Tints of Riptide #96DDD1

Color information

#96DDD1 (or 0x96DDD1) is unknown color: approx Riptide. HEX triplet: 96, DD and D1. RGB value is (150,221,209). Sum of RGB (Red+Green+Blue) = 150+221+209=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDD1 is #69222E. Grayscale: #C6C6C6. Windows color (decimal): -6890031 or 13753750. OLE color: 13753750.

HSL color Cylindrical-coordinate representation of color #96DDD1: hue angle of 169.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DDD1 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB150221209-
CMYK0.3200.050.13
HSL169.86º51.08%72.75%-
HSV(B)169.86º32.13%86.67%-
XYZ49.9462.869.81-
YUV198.4133.9893.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.86%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 209 (82.03% from 255) = 36.03%
R=25.86%
G=38.10%
B=36.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502212090.3200.050.13169.8651.0872.75
Hex96DDD12005Daa3349
Octal22633532140051525263111
Binary10010110110111011101000110000001011101101010101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,221,209); }

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

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

 a { background-color: rgb(150,221,209); }

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

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

 span { border-color: rgb(150,221,209); }

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