Shades of Charlotte #96E0E5
Tints of Charlotte #96E0E5
RGB
CMYK
RGB Variations
Color information
#96E0E5 (or 0x96E0E5) is known color: Charlotte. HEX triplet: 96, E0 and E5. RGB value is (150,224,229). Sum of RGB (Red+Green+Blue) = 150+224+229=603 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.88% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #96E0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E0E5 is #691F1A. Grayscale: #CACACA. Windows color (decimal): -6889243 or 15065238. OLE color: 15065238.
HSL color Cylindrical-coordinate representation of color #96E0E5: hue angle of 183.8º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E0E5 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 224 | 229 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.10 |
| HSL | 183.8º | 0.6% | 0.74% | - |
| HSV(B) | 183.8º | 0.34% | 0.9% | - |
| XYZ | 53.38 | 65.45 | 83.95 | - |
| YUV | 202.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 224 | 229 | 0.34 | 0.02 | 0 | 0.10 | 183.8 | 0.6 | 0.74 |
| Hex | 96 | E0 | E5 | 22 | 2 | 0 | A | B8 | 3C | 4A |
| Octal | 226 | 340 | 345 | 42 | 2 | 0 | 12 | 270 | 74 | 112 |
| Binary | 10010110 | 11100000 | 11100101 | 100010 | 10 | 0 | 1010 | 10111000 | 111100 | 1001010 |
Color Harmonies of #96E0E5
Complementary color
Monochromatic Colors of #96E0E5
Black with #96E0E5
Text Example
Text Example
White with #96E0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E0E5; }
p { color: rgb(150,224,229); }
H1.HeaderClassName
{
color: #96E0E5;
}
.AnyTagClassName
{
color: #96E0E5;
}
</style>
background-color css
<style>
a { background-color: #96E0E5; }
a { background-color: rgb(150,224,229); }
div.DivClassName
{
background-color: #96E0E5;
}
.BgClassName
{
background-color: #96E0E5;
}
</style>
border-color css
<style>
span { border-color: #96E0E5; }
span { border-color: rgb(150,224,229); }
td.TdClassName
{
border-color: #96E0E5;
}
.TagClassName
{
border-color: #96E0E5;
}
</style>