#99DECA

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

Shades of Riptide #99DECA

Tints of Riptide #99DECA

Color information

#99DECA (or 0x99DECA) is unknown color: approx Riptide. HEX triplet: 99, DE and CA. RGB value is (153,222,202). Sum of RGB (Red+Green+Blue) = 153+222+202=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #99DECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DECA is #662135. Grayscale: #C7C7C7. Windows color (decimal): -6693174 or 13295257. OLE color: 13295257.

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

Color convert

RGB153222202-
CMYK0.3100.090.13
HSL162.61º51.11%73.53%-
HSV(B)162.61º31.08%87.06%-
XYZ49.9263.2865.46-
YUV199.09129.6495.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.52%
GREEN value IS 222 (87.11% from 255) = 38.47%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=26.52%
G=38.47%
B=35.01%

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
Decimal1532222020.3100.090.13162.6151.1173.53
Hex99DECA1F09Da3334a
Octal231336312370111524363112
Binary10011001110111101100101011111010011101101000111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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