#99DDC5

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

Shades of Riptide #99DDC5

Tints of Riptide #99DDC5

Color information

#99DDC5 (or 0x99DDC5) is unknown color: approx Riptide. HEX triplet: 99, DD and C5. RGB value is (153,221,197). Sum of RGB (Red+Green+Blue) = 153+221+197=571 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.80% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DDC5 is #66223A. Grayscale: #C5C5C5. Windows color (decimal): -6693435 or 12967321. OLE color: 12967321.

HSL color Cylindrical-coordinate representation of color #99DDC5: hue angle of 158.82º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DDC5 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB153221197-
CMYK0.3100.110.13
HSL158.82º50%73.33%-
HSV(B)158.82º30.77%86.67%-
XYZ49.0762.5262.3-
YUV197.93127.4795.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.80%
GREEN value IS 221 (86.72% from 255) = 38.70%
BLUE value IS 197 (77.34% from 255) = 34.50%
R=26.80%
G=38.70%
B=34.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532211970.3100.110.13158.825073.33
Hex99DDC51F0BD9f3249
Octal231335305370131523762111
Binary10011001110111011100010111111010111101100111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DDC5; }

 p { color: rgb(153,221,197); }

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

<style>
 a { background-color: #99DDC5; }

 a { background-color: rgb(153,221,197); }

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

<style>
 span { border-color: #99DDC5; }

 span { border-color: rgb(153,221,197); }

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