Shades of Morning Glory #A6CFCF
Tints of Morning Glory #A6CFCF
RGB
CMYK
RGB Variations
Color information
#A6CFCF (or 0xA6CFCF) is known color: Morning Glory. HEX triplet: A6, CF and CF. RGB value is (166,207,207). Sum of RGB (Red+Green+Blue) = 166+207+207=580 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.62% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #A6CFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFCF is #593030. Grayscale: #C2C2C2. Windows color (decimal): -5845041 or 13619110. OLE color: 13619110.
HSL color Cylindrical-coordinate representation of color #A6CFCF: hue angle of 180º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6CFCF is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 207 | - |
| CMYK | 0.20 | 0 | 0 | 0.19 |
| HSL | 180º | 0.3% | 0.73% | - |
| HSV(B) | 180º | 0.2% | 0.81% | - |
| XYZ | 49.3 | 57.24 | 67.48 | - |
| YUV | 194.74 | 134.92 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 207 | 0.20 | 0 | 0 | 0.19 | 180 | 0.3 | 0.73 |
| Hex | A6 | CF | CF | 14 | 0 | 0 | 13 | B4 | 1E | 49 |
| Octal | 246 | 317 | 317 | 24 | 0 | 0 | 23 | 264 | 36 | 111 |
| Binary | 10100110 | 11001111 | 11001111 | 10100 | 0 | 0 | 10011 | 10110100 | 11110 | 1001001 |
Color Harmonies of #A6CFCF
Complementary color
Monochromatic Colors of #A6CFCF
Black with #A6CFCF
Text Example
Text Example
White with #A6CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CFCF; }
p { color: rgb(166,207,207); }
H1.HeaderClassName
{
color: #A6CFCF;
}
.AnyTagClassName
{
color: #A6CFCF;
}
</style>
background-color css
<style>
a { background-color: #A6CFCF; }
a { background-color: rgb(166,207,207); }
div.DivClassName
{
background-color: #A6CFCF;
}
.BgClassName
{
background-color: #A6CFCF;
}
</style>
border-color css
<style>
span { border-color: #A6CFCF; }
span { border-color: rgb(166,207,207); }
td.TdClassName
{
border-color: #A6CFCF;
}
.TagClassName
{
border-color: #A6CFCF;
}
</style>