Shades of Charlotte #99DFDF
Tints of Charlotte #99DFDF
RGB
CMYK
RGB Variations
Color information
#99DFDF (or 0x99DFDF) is known color: 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
| RGB | 153 | 223 | 223 | - |
| CMYK | 0.31 | 0 | 0 | 0.13 |
| HSL | 180º | 0.52% | 0.74% | - |
| HSV(B) | 180º | 0.31% | 0.87% | - |
| XYZ | 52.84 | 64.88 | 79.55 | - |
| YUV | 202.07 | 139.81 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 223 | 0.31 | 0 | 0 | 0.13 | 180 | 0.52 | 0.74 |
| Hex | 99 | DF | DF | 1F | 0 | 0 | D | B4 | 34 | 4A |
| Octal | 231 | 337 | 337 | 37 | 0 | 0 | 15 | 264 | 64 | 112 |
| Binary | 10011001 | 11011111 | 11011111 | 11111 | 0 | 0 | 1101 | 10110100 | 110100 | 1001010 |
Color Harmonies of #99DFDF
Complementary color
Monochromatic Colors of #99DFDF
Black with #99DFDF
Text Example
Text Example
White with #99DFDF
Text Example
Text Example
HTML Codes & Css Web 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>