Shades of Charlotte #94E0E3
Tints of Charlotte #94E0E3
RGB
CMYK
RGB Variations
Color information
#94E0E3 (or 0x94E0E3) is known color: Charlotte. HEX triplet: 94, E0 and E3. RGB value is (148,224,227). Sum of RGB (Red+Green+Blue) = 148+224+227=599 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.71% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 227 (89.06% from 255 or 37.90% from 599); Max value from RGB is 227 - color contains mainly: blue. Hex color #94E0E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94E0E3 is #6B1F1C. Grayscale: #C9C9C9. Windows color (decimal): -7020317 or 14934164. OLE color: 14934164.
HSL color Cylindrical-coordinate representation of color #94E0E3: hue angle of 182.28º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E0E3 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 224 | 227 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.11 |
| HSL | 182.28º | 0.59% | 0.74% | - |
| HSV(B) | 182.28º | 0.35% | 0.89% | - |
| XYZ | 52.73 | 65.15 | 82.47 | - |
| YUV | 201.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 224 | 227 | 0.35 | 0.01 | 0 | 0.11 | 182.28 | 0.59 | 0.74 |
| Hex | 94 | E0 | E3 | 23 | 1 | 0 | B | B6 | 3B | 4A |
| Octal | 224 | 340 | 343 | 43 | 1 | 0 | 13 | 266 | 73 | 112 |
| Binary | 10010100 | 11100000 | 11100011 | 100011 | 1 | 0 | 1011 | 10110110 | 111011 | 1001010 |
Color Harmonies of #94E0E3
Complementary color
Monochromatic Colors of #94E0E3
Black with #94E0E3
Text Example
Text Example
White with #94E0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E0E3; }
p { color: rgb(148,224,227); }
H1.HeaderClassName
{
color: #94E0E3;
}
.AnyTagClassName
{
color: #94E0E3;
}
</style>
background-color css
<style>
a { background-color: #94E0E3; }
a { background-color: rgb(148,224,227); }
div.DivClassName
{
background-color: #94E0E3;
}
.BgClassName
{
background-color: #94E0E3;
}
</style>
border-color css
<style>
span { border-color: #94E0E3; }
span { border-color: rgb(148,224,227); }
td.TdClassName
{
border-color: #94E0E3;
}
.TagClassName
{
border-color: #94E0E3;
}
</style>