#99DDC7

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

Shades of Riptide #99DDC7

Tints of Riptide #99DDC7

Color information

#99DDC7 (or 0x99DDC7) is unknown color: approx Riptide. HEX triplet: 99, DD and C7. RGB value is (153,221,199). Sum of RGB (Red+Green+Blue) = 153+221+199=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DDC7 is #662238. Grayscale: #C6C6C6. Windows color (decimal): -6693433 or 13098393. OLE color: 13098393.

HSL color Cylindrical-coordinate representation of color #99DDC7: hue angle of 160.59º 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 #99DDC7 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB153221199-
CMYK0.3100.100.13
HSL160.59º50%73.33%-
HSV(B)160.59º30.77%86.67%-
XYZ49.362.6163.52-
YUV198.16128.4795.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.70%
GREEN value IS 221 (86.72% from 255) = 38.57%
BLUE value IS 199 (78.12% from 255) = 34.73%
R=26.70%
G=38.57%
B=34.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532211990.3100.100.13160.595073.33
Hex99DDC71F0ADa13249
Octal231335307370121524162111
Binary10011001110111011100011111111010101101101000011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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