#99DDCA

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

Shades of Riptide #99DDCA

Tints of Riptide #99DDCA

Color information

#99DDCA (or 0x99DDCA) is unknown color: approx Riptide. HEX triplet: 99, DD and CA. RGB value is (153,221,202). Sum of RGB (Red+Green+Blue) = 153+221+202=576 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.56% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DDCA is #662235. Grayscale: #C6C6C6. Windows color (decimal): -6693430 or 13295001. OLE color: 13295001.

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

Color convert

RGB153221202-
CMYK0.3100.090.13
HSL163.24º50%73.33%-
HSV(B)163.24º30.77%86.67%-
XYZ49.6562.7565.37-
YUV198.5129.9795.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.56%
GREEN value IS 221 (86.72% from 255) = 38.37%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=26.56%
G=38.37%
B=35.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532212020.3100.090.13163.245073.33
Hex99DDCA1F09Da33249
Octal231335312370111524362111
Binary10011001110111011100101011111010011101101000111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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