Shades of Celadon #ABF9AB
Tints of Celadon #ABF9AB
RGB
CMYK
RGB Variations
Color information
#ABF9AB (or 0xABF9AB) is known color: Celadon. HEX triplet: AB, F9 and AB. RGB value is (171,249,171). Sum of RGB (Red+Green+Blue) = 171+249+171=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #ABF9AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF9AB is #540654. Grayscale: #D9D9D9. Windows color (decimal): -5506645 or 11270571. OLE color: 11270571.
HSL color Cylindrical-coordinate representation of color #ABF9AB: hue angle of 120º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF9AB is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
RGB | 171 | 249 | 171 | - |
CMYK | 0.31 | 0 | 0.31 | 0.02 |
HSL | 120º | 0.87% | 0.82% | - |
HSV(B) | 120º | 0.31% | 0.98% | - |
XYZ | 58.02 | 79.35 | 50.79 | - |
YUV | 216.79 | 102.16 | 95.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 249 | 171 | 0.31 | 0 | 0.31 | 0.02 | 120 | 0.87 | 0.82 |
Hex | AB | F9 | AB | 1F | 0 | 1F | 2 | 78 | 57 | 52 |
Octal | 253 | 371 | 253 | 37 | 0 | 37 | 2 | 170 | 127 | 122 |
Binary | 10101011 | 11111001 | 10101011 | 11111 | 0 | 11111 | 10 | 1111000 | 1010111 | 1010010 |
Color Harmonies of #ABF9AB
Complementary color
Monochromatic Colors of #ABF9AB
Black with #ABF9AB
Text Example
Text Example
White with #ABF9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF9AB; }
p { color: rgb(171,249,171); }
H1.HeaderClassName
{
color: #ABF9AB;
}
.AnyTagClassName
{
color: #ABF9AB;
}
</style>
background-color css
<style>
a { background-color: #ABF9AB; }
a { background-color: rgb(171,249,171); }
div.DivClassName
{
background-color: #ABF9AB;
}
.BgClassName
{
background-color: #ABF9AB;
}
</style>
border-color css
<style>
span { border-color: #ABF9AB; }
span { border-color: rgb(171,249,171); }
td.TdClassName
{
border-color: #ABF9AB;
}
.TagClassName
{
border-color: #ABF9AB;
}
</style>