Shades of Charlotte #9DE3E1
Tints of Charlotte #9DE3E1
RGB
CMYK
RGB Variations
Color information
#9DE3E1 (or 0x9DE3E1) is known color: Charlotte. HEX triplet: 9D, E3 and E1. RGB value is (157,227,225). Sum of RGB (Red+Green+Blue) = 157+227+225=609 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.78% from 609); Green value is 227 (89.06% from 255 or 37.27% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 227 - color contains mainly: green. Hex color #9DE3E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE3E1 is #621C1E. Grayscale: #CDCDCD. Windows color (decimal): -6429727 or 14803869. OLE color: 14803869.
HSL color Cylindrical-coordinate representation of color #9DE3E1: hue angle of 178.29º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE3E1 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 227 | 225 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.11 |
| HSL | 178.29º | 0.56% | 0.75% | - |
| HSV(B) | 178.29º | 0.31% | 0.89% | - |
| XYZ | 54.96 | 67.54 | 81.37 | - |
| YUV | 205.84 | 138.81 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 227 | 225 | 0.31 | 0 | 0.01 | 0.11 | 178.29 | 0.56 | 0.75 |
| Hex | 9D | E3 | E1 | 1F | 0 | 1 | B | B2 | 38 | 4B |
| Octal | 235 | 343 | 341 | 37 | 0 | 1 | 13 | 262 | 70 | 113 |
| Binary | 10011101 | 11100011 | 11100001 | 11111 | 0 | 1 | 1011 | 10110010 | 111000 | 1001011 |
Color Harmonies of #9DE3E1
Complementary color
Monochromatic Colors of #9DE3E1
Black with #9DE3E1
Text Example
Text Example
White with #9DE3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE3E1; }
p { color: rgb(157,227,225); }
H1.HeaderClassName
{
color: #9DE3E1;
}
.AnyTagClassName
{
color: #9DE3E1;
}
</style>
background-color css
<style>
a { background-color: #9DE3E1; }
a { background-color: rgb(157,227,225); }
div.DivClassName
{
background-color: #9DE3E1;
}
.BgClassName
{
background-color: #9DE3E1;
}
</style>
border-color css
<style>
span { border-color: #9DE3E1; }
span { border-color: rgb(157,227,225); }
td.TdClassName
{
border-color: #9DE3E1;
}
.TagClassName
{
border-color: #9DE3E1;
}
</style>