Shades of Morning Glory #92CFCD
Tints of Morning Glory #92CFCD
RGB
CMYK
RGB Variations
Color information
#92CFCD (or 0x92CFCD) is known color: Morning Glory. HEX triplet: 92, CF and CD. RGB value is (146,207,205). Sum of RGB (Red+Green+Blue) = 146+207+205=558 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.16% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 207 - color contains mainly: green. Hex color #92CFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CFCD is #6D3032. Grayscale: #BCBCBC. Windows color (decimal): -7155763 or 13488018. OLE color: 13488018.
HSL color Cylindrical-coordinate representation of color #92CFCD: hue angle of 178.03º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92CFCD is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 207 | 205 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.19 |
| HSL | 178.03º | 0.39% | 0.69% | - |
| HSV(B) | 178.03º | 0.29% | 0.81% | - |
| XYZ | 45.19 | 55.14 | 66.02 | - |
| YUV | 188.53 | 137.29 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 207 | 205 | 0.29 | 0 | 0.01 | 0.19 | 178.03 | 0.39 | 0.69 |
| Hex | 92 | CF | CD | 1D | 0 | 1 | 13 | B2 | 27 | 45 |
| Octal | 222 | 317 | 315 | 35 | 0 | 1 | 23 | 262 | 47 | 105 |
| Binary | 10010010 | 11001111 | 11001101 | 11101 | 0 | 1 | 10011 | 10110010 | 100111 | 1000101 |
Color Harmonies of #92CFCD
Complementary color
Monochromatic Colors of #92CFCD
Black with #92CFCD
Text Example
Text Example
White with #92CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CFCD; }
p { color: rgb(146,207,205); }
H1.HeaderClassName
{
color: #92CFCD;
}
.AnyTagClassName
{
color: #92CFCD;
}
</style>
background-color css
<style>
a { background-color: #92CFCD; }
a { background-color: rgb(146,207,205); }
div.DivClassName
{
background-color: #92CFCD;
}
.BgClassName
{
background-color: #92CFCD;
}
</style>
border-color css
<style>
span { border-color: #92CFCD; }
span { border-color: rgb(146,207,205); }
td.TdClassName
{
border-color: #92CFCD;
}
.TagClassName
{
border-color: #92CFCD;
}
</style>