#99DFCD

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

Shades of Riptide #99DFCD

Tints of Riptide #99DFCD

Color information

#99DFCD (or 0x99DFCD) is unknown color: approx Riptide. HEX triplet: 99, DF and CD. RGB value is (153,223,205). Sum of RGB (Red+Green+Blue) = 153+223+205=581 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.33% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DFCD is #662032. Grayscale: #C8C8C8. Windows color (decimal): -6692915 or 13492121. OLE color: 13492121.

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

Color convert

RGB153223205-
CMYK0.3100.080.13
HSL164.57º52.24%73.73%-
HSV(B)164.57º31.39%87.45%-
XYZ50.5463.9667.44-
YUV200.02130.8194.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.33%
GREEN value IS 223 (87.5% from 255) = 38.38%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=26.33%
G=38.38%
B=35.28%

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
Decimal1532232050.3100.080.13164.5752.2473.73
Hex99DFCD1F08Da5344a
Octal231337315370101524564112
Binary10011001110111111100110111111010001101101001011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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