Shades of Celadon #ABEFAB
Tints of Celadon #ABEFAB
RGB
CMYK
RGB Variations
Color information
#ABEFAB (or 0xABEFAB) is known color: Celadon. HEX triplet: AB, EF and AB. RGB value is (171,239,171). Sum of RGB (Red+Green+Blue) = 171+239+171=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEFAB is #541054. Grayscale: #D3D3D3. Windows color (decimal): -5509205 or 11268011. OLE color: 11268011.
HSL color Cylindrical-coordinate representation of color #ABEFAB: hue angle of 120º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEFAB is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 171 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.06 |
| HSL | 120º | 0.68% | 0.8% | - |
| HSV(B) | 120º | 0.28% | 0.94% | - |
| XYZ | 55.01 | 73.33 | 49.78 | - |
| YUV | 210.92 | 105.47 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 171 | 0.28 | 0 | 0.28 | 0.06 | 120 | 0.68 | 0.8 |
| Hex | AB | EF | AB | 1C | 0 | 1C | 6 | 78 | 44 | 50 |
| Octal | 253 | 357 | 253 | 34 | 0 | 34 | 6 | 170 | 104 | 120 |
| Binary | 10101011 | 11101111 | 10101011 | 11100 | 0 | 11100 | 110 | 1111000 | 1000100 | 1010000 |
Color Harmonies of #ABEFAB
Complementary color
Monochromatic Colors of #ABEFAB
Black with #ABEFAB
Text Example
Text Example
White with #ABEFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEFAB; }
p { color: rgb(171,239,171); }
H1.HeaderClassName
{
color: #ABEFAB;
}
.AnyTagClassName
{
color: #ABEFAB;
}
</style>
background-color css
<style>
a { background-color: #ABEFAB; }
a { background-color: rgb(171,239,171); }
div.DivClassName
{
background-color: #ABEFAB;
}
.BgClassName
{
background-color: #ABEFAB;
}
</style>
border-color css
<style>
span { border-color: #ABEFAB; }
span { border-color: rgb(171,239,171); }
td.TdClassName
{
border-color: #ABEFAB;
}
.TagClassName
{
border-color: #ABEFAB;
}
</style>