Shades of Morning Glory #A4CFCF
Tints of Morning Glory #A4CFCF
RGB
CMYK
RGB Variations
Color information
#A4CFCF (or 0xA4CFCF) is known color: Morning Glory. HEX triplet: A4, CF and CF. RGB value is (164,207,207). Sum of RGB (Red+Green+Blue) = 164+207+207=578 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.37% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #A4CFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CFCF is #5B3030. Grayscale: #C2C2C2. Windows color (decimal): -5976113 or 13619108. OLE color: 13619108.
HSL color Cylindrical-coordinate representation of color #A4CFCF: hue angle of 180º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4CFCF is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 207 | - |
| CMYK | 0.21 | 0 | 0 | 0.19 |
| HSL | 180º | 0.31% | 0.73% | - |
| HSV(B) | 180º | 0.21% | 0.81% | - |
| XYZ | 48.89 | 57.02 | 67.46 | - |
| YUV | 194.14 | 135.25 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 207 | 0.21 | 0 | 0 | 0.19 | 180 | 0.31 | 0.73 |
| Hex | A4 | CF | CF | 15 | 0 | 0 | 13 | B4 | 1F | 49 |
| Octal | 244 | 317 | 317 | 25 | 0 | 0 | 23 | 264 | 37 | 111 |
| Binary | 10100100 | 11001111 | 11001111 | 10101 | 0 | 0 | 10011 | 10110100 | 11111 | 1001001 |
Color Harmonies of #A4CFCF
Complementary color
Monochromatic Colors of #A4CFCF
Black with #A4CFCF
Text Example
Text Example
White with #A4CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CFCF; }
p { color: rgb(164,207,207); }
H1.HeaderClassName
{
color: #A4CFCF;
}
.AnyTagClassName
{
color: #A4CFCF;
}
</style>
background-color css
<style>
a { background-color: #A4CFCF; }
a { background-color: rgb(164,207,207); }
div.DivClassName
{
background-color: #A4CFCF;
}
.BgClassName
{
background-color: #A4CFCF;
}
</style>
border-color css
<style>
span { border-color: #A4CFCF; }
span { border-color: rgb(164,207,207); }
td.TdClassName
{
border-color: #A4CFCF;
}
.TagClassName
{
border-color: #A4CFCF;
}
</style>