Shades of Morning Glory #98CFCB
Tints of Morning Glory #98CFCB
RGB
CMYK
RGB Variations
Color information
#98CFCB (or 0x98CFCB) is known color: Morning Glory. HEX triplet: 98, CF and CB. RGB value is (152,207,203). Sum of RGB (Red+Green+Blue) = 152+207+203=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CFCB is #673034. Grayscale: #BEBEBE. Windows color (decimal): -6762549 or 13356952. OLE color: 13356952.
HSL color Cylindrical-coordinate representation of color #98CFCB: hue angle of 175.64º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98CFCB is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 207 | 203 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.19 |
| HSL | 175.64º | 0.36% | 0.7% | - |
| HSV(B) | 175.64º | 0.27% | 0.81% | - |
| XYZ | 46.04 | 55.61 | 64.81 | - |
| YUV | 190.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 203 | 0.27 | 0 | 0.02 | 0.19 | 175.64 | 0.36 | 0.7 |
| Hex | 98 | CF | CB | 1B | 0 | 2 | 13 | B0 | 24 | 46 |
| Octal | 230 | 317 | 313 | 33 | 0 | 2 | 23 | 260 | 44 | 106 |
| Binary | 10011000 | 11001111 | 11001011 | 11011 | 0 | 10 | 10011 | 10110000 | 100100 | 1000110 |
Color Harmonies of #98CFCB
Complementary color
Monochromatic Colors of #98CFCB
Black with #98CFCB
Text Example
Text Example
White with #98CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CFCB; }
p { color: rgb(152,207,203); }
H1.HeaderClassName
{
color: #98CFCB;
}
.AnyTagClassName
{
color: #98CFCB;
}
</style>
background-color css
<style>
a { background-color: #98CFCB; }
a { background-color: rgb(152,207,203); }
div.DivClassName
{
background-color: #98CFCB;
}
.BgClassName
{
background-color: #98CFCB;
}
</style>
border-color css
<style>
span { border-color: #98CFCB; }
span { border-color: rgb(152,207,203); }
td.TdClassName
{
border-color: #98CFCB;
}
.TagClassName
{
border-color: #98CFCB;
}
</style>