#99DECD

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

Shades of Riptide #99DECD

Tints of Riptide #99DECD

Color information

#99DECD (or 0x99DECD) is unknown color: approx Riptide. HEX triplet: 99, DE and CD. RGB value is (153,222,205). Sum of RGB (Red+Green+Blue) = 153+222+205=580 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.38% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #99DECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DECD is #662132. Grayscale: #C7C7C7. Windows color (decimal): -6693171 or 13491865. OLE color: 13491865.

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

Color convert

RGB153222205-
CMYK0.3100.080.13
HSL165.22º51.11%73.53%-
HSV(B)165.22º31.08%87.06%-
XYZ50.2863.4267.35-
YUV199.43131.1494.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.38%
GREEN value IS 222 (87.11% from 255) = 38.28%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=26.38%
G=38.28%
B=35.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532222050.3100.080.13165.2251.1173.53
Hex99DECD1F08Da5334a
Octal231336315370101524563112
Binary10011001110111101100110111111010001101101001011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,222,205); }

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

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

 a { background-color: rgb(153,222,205); }

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

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

 span { border-color: rgb(153,222,205); }

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