Shades of Morning Glory #94CAC8
Tints of Morning Glory #94CAC8
RGB
CMYK
RGB Variations
Color information
#94CAC8 (or 0x94CAC8) is known color: Morning Glory. HEX triplet: 94, CA and C8. RGB value is (148,202,200). Sum of RGB (Red+Green+Blue) = 148+202+200=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 200 (78.52% from 255 or 36.36% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #94CAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CAC8 is #6B3537. Grayscale: #B9B9B9. Windows color (decimal): -7025976 or 13159060. OLE color: 13159060.
HSL color Cylindrical-coordinate representation of color #94CAC8: hue angle of 177.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CAC8 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 202 | 200 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.21 |
| HSL | 177.78º | 0.34% | 0.69% | - |
| HSV(B) | 177.78º | 0.27% | 0.79% | - |
| XYZ | 43.76 | 52.71 | 62.51 | - |
| YUV | 185.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 200 | 0.27 | 0 | 0.01 | 0.21 | 177.78 | 0.34 | 0.69 |
| Hex | 94 | CA | C8 | 1B | 0 | 1 | 15 | B2 | 22 | 45 |
| Octal | 224 | 312 | 310 | 33 | 0 | 1 | 25 | 262 | 42 | 105 |
| Binary | 10010100 | 11001010 | 11001000 | 11011 | 0 | 1 | 10101 | 10110010 | 100010 | 1000101 |
Color Harmonies of #94CAC8
Complementary color
Monochromatic Colors of #94CAC8
Black with #94CAC8
Text Example
Text Example
White with #94CAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CAC8; }
p { color: rgb(148,202,200); }
H1.HeaderClassName
{
color: #94CAC8;
}
.AnyTagClassName
{
color: #94CAC8;
}
</style>
background-color css
<style>
a { background-color: #94CAC8; }
a { background-color: rgb(148,202,200); }
div.DivClassName
{
background-color: #94CAC8;
}
.BgClassName
{
background-color: #94CAC8;
}
</style>
border-color css
<style>
span { border-color: #94CAC8; }
span { border-color: rgb(148,202,200); }
td.TdClassName
{
border-color: #94CAC8;
}
.TagClassName
{
border-color: #94CAC8;
}
</style>