Shades of Morning Glory #92D5D4
Tints of Morning Glory #92D5D4
RGB
CMYK
RGB Variations
Color information
#92D5D4 (or 0x92D5D4) is known color: Morning Glory. HEX triplet: 92, D5 and D4. RGB value is (146,213,212). Sum of RGB (Red+Green+Blue) = 146+213+212=571 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.57% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 213 - color contains mainly: green. Hex color #92D5D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D5D4 is #6D2A2B. Grayscale: #C0C0C0. Windows color (decimal): -7154220 or 13948306. OLE color: 13948306.
HSL color Cylindrical-coordinate representation of color #92D5D4: hue angle of 179.1º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92D5D4 is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 213 | 212 | - |
| CMYK | 0.31 | 0 | 0.00 | 0.16 |
| HSL | 179.1º | 0.44% | 0.7% | - |
| HSV(B) | 179.1º | 0.31% | 0.84% | - |
| XYZ | 47.53 | 58.45 | 71.06 | - |
| YUV | 192.85 | 138.8 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 213 | 212 | 0.31 | 0 | 0.00 | 0.16 | 179.1 | 0.44 | 0.7 |
| Hex | 92 | D5 | D4 | 1F | 0 | 0 | 10 | B3 | 2C | 46 |
| Octal | 222 | 325 | 324 | 37 | 0 | 0 | 20 | 263 | 54 | 106 |
| Binary | 10010010 | 11010101 | 11010100 | 11111 | 0 | 0 | 10000 | 10110011 | 101100 | 1000110 |
Color Harmonies of #92D5D4
Complementary color
Monochromatic Colors of #92D5D4
Black with #92D5D4
Text Example
Text Example
White with #92D5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D5D4; }
p { color: rgb(146,213,212); }
H1.HeaderClassName
{
color: #92D5D4;
}
.AnyTagClassName
{
color: #92D5D4;
}
</style>
background-color css
<style>
a { background-color: #92D5D4; }
a { background-color: rgb(146,213,212); }
div.DivClassName
{
background-color: #92D5D4;
}
.BgClassName
{
background-color: #92D5D4;
}
</style>
border-color css
<style>
span { border-color: #92D5D4; }
span { border-color: rgb(146,213,212); }
td.TdClassName
{
border-color: #92D5D4;
}
.TagClassName
{
border-color: #92D5D4;
}
</style>