Shades of Celadon #ABDDB3
Tints of Celadon #ABDDB3
RGB
CMYK
RGB Variations
Color information
#ABDDB3 (or 0xABDDB3) is known color: Celadon. HEX triplet: AB, DD and B3. RGB value is (171,221,179). Sum of RGB (Red+Green+Blue) = 171+221+179=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDB3 is #54224C. Grayscale: #C9C9C9. Windows color (decimal): -5513805 or 11787691. OLE color: 11787691.
HSL color Cylindrical-coordinate representation of color #ABDDB3: hue angle of 129.6º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDDB3 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 171 | 221 | 179 | - |
CMYK | 0.23 | 0 | 0.19 | 0.13 |
HSL | 129.6º | 0.42% | 0.77% | - |
HSV(B) | 129.6º | 0.23% | 0.87% | - |
XYZ | 50.79 | 63.63 | 52.25 | - |
YUV | 201.26 | 115.44 | 106.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 221 | 179 | 0.23 | 0 | 0.19 | 0.13 | 129.6 | 0.42 | 0.77 |
Hex | AB | DD | B3 | 17 | 0 | 13 | D | 82 | 2A | 4D |
Octal | 253 | 335 | 263 | 27 | 0 | 23 | 15 | 202 | 52 | 115 |
Binary | 10101011 | 11011101 | 10110011 | 10111 | 0 | 10011 | 1101 | 10000010 | 101010 | 1001101 |
Color Harmonies of #ABDDB3
Complementary color
Monochromatic Colors of #ABDDB3
Black with #ABDDB3
Text Example
Text Example
White with #ABDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDB3; }
p { color: rgb(171,221,179); }
H1.HeaderClassName
{
color: #ABDDB3;
}
.AnyTagClassName
{
color: #ABDDB3;
}
</style>
background-color css
<style>
a { background-color: #ABDDB3; }
a { background-color: rgb(171,221,179); }
div.DivClassName
{
background-color: #ABDDB3;
}
.BgClassName
{
background-color: #ABDDB3;
}
</style>
border-color css
<style>
span { border-color: #ABDDB3; }
span { border-color: rgb(171,221,179); }
td.TdClassName
{
border-color: #ABDDB3;
}
.TagClassName
{
border-color: #ABDDB3;
}
</style>