Shades of Celadon #AFECAF
Tints of Celadon #AFECAF
RGB
CMYK
RGB Variations
Color information
#AFECAF (or 0xAFECAF) is known color: Celadon. HEX triplet: AF, EC and AF. RGB value is (175,236,175). Sum of RGB (Red+Green+Blue) = 175+236+175=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFECAF is #501350. Grayscale: #D2D2D2. Windows color (decimal): -5247825 or 11529391. OLE color: 11529391.
HSL color Cylindrical-coordinate representation of color #AFECAF: hue angle of 120º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECAF is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 175 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.07 |
| HSL | 120º | 0.62% | 0.81% | - |
| HSV(B) | 120º | 0.26% | 0.93% | - |
| XYZ | 55.41 | 72.2 | 51.57 | - |
| YUV | 210.81 | 107.79 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 175 | 0.26 | 0 | 0.26 | 0.07 | 120 | 0.62 | 0.81 |
| Hex | AF | EC | AF | 1A | 0 | 1A | 7 | 78 | 3E | 51 |
| Octal | 257 | 354 | 257 | 32 | 0 | 32 | 7 | 170 | 76 | 121 |
| Binary | 10101111 | 11101100 | 10101111 | 11010 | 0 | 11010 | 111 | 1111000 | 111110 | 1010001 |
Color Harmonies of #AFECAF
Complementary color
Monochromatic Colors of #AFECAF
Black with #AFECAF
Text Example
Text Example
White with #AFECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECAF; }
p { color: rgb(175,236,175); }
H1.HeaderClassName
{
color: #AFECAF;
}
.AnyTagClassName
{
color: #AFECAF;
}
</style>
background-color css
<style>
a { background-color: #AFECAF; }
a { background-color: rgb(175,236,175); }
div.DivClassName
{
background-color: #AFECAF;
}
.BgClassName
{
background-color: #AFECAF;
}
</style>
border-color css
<style>
span { border-color: #AFECAF; }
span { border-color: rgb(175,236,175); }
td.TdClassName
{
border-color: #AFECAF;
}
.TagClassName
{
border-color: #AFECAF;
}
</style>