Shades of Celadon #ABE6B2
Tints of Celadon #ABE6B2
RGB
CMYK
RGB Variations
Color information
#ABE6B2 (or 0xABE6B2) is known color: Celadon. HEX triplet: AB, E6 and B2. RGB value is (171,230,178). Sum of RGB (Red+Green+Blue) = 171+230+178=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 178 (69.92% from 255 or 30.74% from 579); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE6B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABE6B2 is #54194D. Grayscale: #CECECE. Windows color (decimal): -5511502 or 11724459. OLE color: 11724459.
HSL color Cylindrical-coordinate representation of color #ABE6B2: hue angle of 127.12º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE6B2 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 178 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.10 |
| HSL | 127.12º | 0.54% | 0.79% | - |
| HSV(B) | 127.12º | 0.26% | 0.9% | - |
| XYZ | 53.13 | 68.47 | 52.53 | - |
| YUV | 206.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 178 | 0.26 | 0 | 0.23 | 0.10 | 127.12 | 0.54 | 0.79 |
| Hex | AB | E6 | B2 | 1A | 0 | 17 | A | 7F | 36 | 4F |
| Octal | 253 | 346 | 262 | 32 | 0 | 27 | 12 | 177 | 66 | 117 |
| Binary | 10101011 | 11100110 | 10110010 | 11010 | 0 | 10111 | 1010 | 1111111 | 110110 | 1001111 |
Color Harmonies of #ABE6B2
Complementary color
Monochromatic Colors of #ABE6B2
Black with #ABE6B2
Text Example
Text Example
White with #ABE6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE6B2; }
p { color: rgb(171,230,178); }
H1.HeaderClassName
{
color: #ABE6B2;
}
.AnyTagClassName
{
color: #ABE6B2;
}
</style>
background-color css
<style>
a { background-color: #ABE6B2; }
a { background-color: rgb(171,230,178); }
div.DivClassName
{
background-color: #ABE6B2;
}
.BgClassName
{
background-color: #ABE6B2;
}
</style>
border-color css
<style>
span { border-color: #ABE6B2; }
span { border-color: rgb(171,230,178); }
td.TdClassName
{
border-color: #ABE6B2;
}
.TagClassName
{
border-color: #ABE6B2;
}
</style>