Shades of Morning Glory #A6D5D5
Tints of Morning Glory #A6D5D5
RGB
CMYK
RGB Variations
Color information
#A6D5D5 (or 0xA6D5D5) is known color: Morning Glory. HEX triplet: A6, D5 and D5. RGB value is (166,213,213). Sum of RGB (Red+Green+Blue) = 166+213+213=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: green, blue. Hex color #A6D5D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D5D5 is #592A2A. Grayscale: #C6C6C6. Windows color (decimal): -5843499 or 14013862. OLE color: 14013862.
HSL color Cylindrical-coordinate representation of color #A6D5D5: hue angle of 180º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D5D5 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 166 | 213 | 213 | - |
CMYK | 0.22 | 0 | 0 | 0.16 |
HSL | 180º | 0.36% | 0.74% | - |
HSV(B) | 180º | 0.22% | 0.84% | - |
XYZ | 51.53 | 60.5 | 71.91 | - |
YUV | 198.95 | 135.93 | 104.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 213 | 213 | 0.22 | 0 | 0 | 0.16 | 180 | 0.36 | 0.74 |
Hex | A6 | D5 | D5 | 16 | 0 | 0 | 10 | B4 | 24 | 4A |
Octal | 246 | 325 | 325 | 26 | 0 | 0 | 20 | 264 | 44 | 112 |
Binary | 10100110 | 11010101 | 11010101 | 10110 | 0 | 0 | 10000 | 10110100 | 100100 | 1001010 |
Color Harmonies of #A6D5D5
Complementary color
Monochromatic Colors of #A6D5D5
Black with #A6D5D5
Text Example
Text Example
White with #A6D5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D5D5; }
p { color: rgb(166,213,213); }
H1.HeaderClassName
{
color: #A6D5D5;
}
.AnyTagClassName
{
color: #A6D5D5;
}
</style>
background-color css
<style>
a { background-color: #A6D5D5; }
a { background-color: rgb(166,213,213); }
div.DivClassName
{
background-color: #A6D5D5;
}
.BgClassName
{
background-color: #A6D5D5;
}
</style>
border-color css
<style>
span { border-color: #A6D5D5; }
span { border-color: rgb(166,213,213); }
td.TdClassName
{
border-color: #A6D5D5;
}
.TagClassName
{
border-color: #A6D5D5;
}
</style>