Shades of Morning Glory #ADD2D4
Tints of Morning Glory #ADD2D4
RGB
CMYK
RGB Variations
Color information
#ADD2D4 (or 0xADD2D4) is known color: Morning Glory. HEX triplet: AD, D2 and D4. RGB value is (173,210,212). Sum of RGB (Red+Green+Blue) = 173+210+212=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADD2D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2D4 is #522D2B. Grayscale: #C7C7C7. Windows color (decimal): -5385516 or 13947565. OLE color: 13947565.
HSL color Cylindrical-coordinate representation of color #ADD2D4: hue angle of 183.08º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD2D4 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 173 | 210 | 212 | - |
CMYK | 0.18 | 0.01 | 0 | 0.17 |
HSL | 183.08º | 0.31% | 0.75% | - |
HSV(B) | 183.08º | 0.18% | 0.83% | - |
XYZ | 52.16 | 59.73 | 71.07 | - |
YUV | 199.17 | 135.24 | 109.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 210 | 212 | 0.18 | 0.01 | 0 | 0.17 | 183.08 | 0.31 | 0.75 |
Hex | AD | D2 | D4 | 12 | 1 | 0 | 11 | B7 | 1F | 4B |
Octal | 255 | 322 | 324 | 22 | 1 | 0 | 21 | 267 | 37 | 113 |
Binary | 10101101 | 11010010 | 11010100 | 10010 | 1 | 0 | 10001 | 10110111 | 11111 | 1001011 |
Color Harmonies of #ADD2D4
Complementary color
Monochromatic Colors of #ADD2D4
Black with #ADD2D4
Text Example
Text Example
White with #ADD2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2D4; }
p { color: rgb(173,210,212); }
H1.HeaderClassName
{
color: #ADD2D4;
}
.AnyTagClassName
{
color: #ADD2D4;
}
</style>
background-color css
<style>
a { background-color: #ADD2D4; }
a { background-color: rgb(173,210,212); }
div.DivClassName
{
background-color: #ADD2D4;
}
.BgClassName
{
background-color: #ADD2D4;
}
</style>
border-color css
<style>
span { border-color: #ADD2D4; }
span { border-color: rgb(173,210,212); }
td.TdClassName
{
border-color: #ADD2D4;
}
.TagClassName
{
border-color: #ADD2D4;
}
</style>