#99DFDF

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

Shades of Charlotte #99DFDF

Tints of Charlotte #99DFDF

Color information

#99DFDF (or 0x99DFDF) is unknown color: approx Charlotte. HEX triplet: 99, DF and DF. RGB value is (153,223,223). Sum of RGB (Red+Green+Blue) = 153+223+223=599 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.54% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #99DFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DFDF is #662020. Grayscale: #CACACA. Windows color (decimal): -6692897 or 14671769. OLE color: 14671769.

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

Color convert

RGB153223223-
CMYK0.31000.13
HSL180º52.24%73.73%-
HSV(B)180º31.39%87.45%-
XYZ52.8464.8879.55-
YUV202.07139.8193-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.54%
GREEN value IS 223 (87.5% from 255) = 37.23%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=25.54%
G=37.23%
B=37.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532232230.31000.1318052.2473.73
Hex99DFDF1F00Db4344a
Octal23133733737001526464112
Binary10011001110111111101111111111001101101101001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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