Shades of Morning Glory #92D2CE
Tints of Morning Glory #92D2CE
RGB
CMYK
RGB Variations
Color information
#92D2CE (or 0x92D2CE) is known color: Morning Glory. HEX triplet: 92, D2 and CE. RGB value is (146,210,206). Sum of RGB (Red+Green+Blue) = 146+210+206=562 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.98% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 210 - color contains mainly: green. Hex color #92D2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D2CE is #6D2D31. Grayscale: #BEBEBE. Windows color (decimal): -7154994 or 13554322. OLE color: 13554322.
HSL color Cylindrical-coordinate representation of color #92D2CE: hue angle of 176.25º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92D2CE is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 210 | 206 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.18 |
| HSL | 176.25º | 0.42% | 0.7% | - |
| HSV(B) | 176.25º | 0.3% | 0.82% | - |
| XYZ | 46.04 | 56.66 | 66.9 | - |
| YUV | 190.41 | 136.8 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 210 | 206 | 0.30 | 0 | 0.02 | 0.18 | 176.25 | 0.42 | 0.7 |
| Hex | 92 | D2 | CE | 1E | 0 | 2 | 12 | B0 | 2A | 46 |
| Octal | 222 | 322 | 316 | 36 | 0 | 2 | 22 | 260 | 52 | 106 |
| Binary | 10010010 | 11010010 | 11001110 | 11110 | 0 | 10 | 10010 | 10110000 | 101010 | 1000110 |
Color Harmonies of #92D2CE
Complementary color
Monochromatic Colors of #92D2CE
Black with #92D2CE
Text Example
Text Example
White with #92D2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D2CE; }
p { color: rgb(146,210,206); }
H1.HeaderClassName
{
color: #92D2CE;
}
.AnyTagClassName
{
color: #92D2CE;
}
</style>
background-color css
<style>
a { background-color: #92D2CE; }
a { background-color: rgb(146,210,206); }
div.DivClassName
{
background-color: #92D2CE;
}
.BgClassName
{
background-color: #92D2CE;
}
</style>
border-color css
<style>
span { border-color: #92D2CE; }
span { border-color: rgb(146,210,206); }
td.TdClassName
{
border-color: #92D2CE;
}
.TagClassName
{
border-color: #92D2CE;
}
</style>