Shades of Celadon #ABEEAE
Tints of Celadon #ABEEAE
RGB
CMYK
RGB Variations
Color information
#ABEEAE (or 0xABEEAE) is known color: Celadon. HEX triplet: AB, EE and AE. RGB value is (171,238,174). Sum of RGB (Red+Green+Blue) = 171+238+174=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEEAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEEAE is #541151. Grayscale: #D2D2D2. Windows color (decimal): -5509458 or 11464363. OLE color: 11464363.
HSL color Cylindrical-coordinate representation of color #ABEEAE: hue angle of 122.69º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEEAE is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 238 | 174 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.07 |
| HSL | 122.69º | 0.66% | 0.8% | - |
| HSV(B) | 122.69º | 0.28% | 0.93% | - |
| XYZ | 55.01 | 72.86 | 51.21 | - |
| YUV | 210.67 | 107.3 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 174 | 0.28 | 0 | 0.27 | 0.07 | 122.69 | 0.66 | 0.8 |
| Hex | AB | EE | AE | 1C | 0 | 1B | 7 | 7B | 42 | 50 |
| Octal | 253 | 356 | 256 | 34 | 0 | 33 | 7 | 173 | 102 | 120 |
| Binary | 10101011 | 11101110 | 10101110 | 11100 | 0 | 11011 | 111 | 1111011 | 1000010 | 1010000 |
Color Harmonies of #ABEEAE
Complementary color
Monochromatic Colors of #ABEEAE
Black with #ABEEAE
Text Example
Text Example
White with #ABEEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEEAE; }
p { color: rgb(171,238,174); }
H1.HeaderClassName
{
color: #ABEEAE;
}
.AnyTagClassName
{
color: #ABEEAE;
}
</style>
background-color css
<style>
a { background-color: #ABEEAE; }
a { background-color: rgb(171,238,174); }
div.DivClassName
{
background-color: #ABEEAE;
}
.BgClassName
{
background-color: #ABEEAE;
}
</style>
border-color css
<style>
span { border-color: #ABEEAE; }
span { border-color: rgb(171,238,174); }
td.TdClassName
{
border-color: #ABEEAE;
}
.TagClassName
{
border-color: #ABEEAE;
}
</style>