Shades of Celadon #AFEEAF
Tints of Celadon #AFEEAF
RGB
CMYK
RGB Variations
Color information
#AFEEAF (or 0xAFEEAF) is known color: Celadon. HEX triplet: AF, EE and AF. RGB value is (175,238,175). Sum of RGB (Red+Green+Blue) = 175+238+175=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEEAF is #501150. Grayscale: #D4D4D4. Windows color (decimal): -5247313 or 11529903. OLE color: 11529903.
HSL color Cylindrical-coordinate representation of color #AFEEAF: hue angle of 120º degrees, saturation: 0.65, 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 #AFEEAF is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 175 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.07 |
| HSL | 120º | 0.65% | 0.81% | - |
| HSV(B) | 120º | 0.26% | 0.93% | - |
| XYZ | 55.99 | 73.36 | 51.77 | - |
| YUV | 211.98 | 107.13 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 175 | 0.26 | 0 | 0.26 | 0.07 | 120 | 0.65 | 0.81 |
| Hex | AF | EE | AF | 1A | 0 | 1A | 7 | 78 | 41 | 51 |
| Octal | 257 | 356 | 257 | 32 | 0 | 32 | 7 | 170 | 101 | 121 |
| Binary | 10101111 | 11101110 | 10101111 | 11010 | 0 | 11010 | 111 | 1111000 | 1000001 | 1010001 |
Color Harmonies of #AFEEAF
Complementary color
Monochromatic Colors of #AFEEAF
Black with #AFEEAF
Text Example
Text Example
White with #AFEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEEAF; }
p { color: rgb(175,238,175); }
H1.HeaderClassName
{
color: #AFEEAF;
}
.AnyTagClassName
{
color: #AFEEAF;
}
</style>
background-color css
<style>
a { background-color: #AFEEAF; }
a { background-color: rgb(175,238,175); }
div.DivClassName
{
background-color: #AFEEAF;
}
.BgClassName
{
background-color: #AFEEAF;
}
</style>
border-color css
<style>
span { border-color: #AFEEAF; }
span { border-color: rgb(175,238,175); }
td.TdClassName
{
border-color: #AFEEAF;
}
.TagClassName
{
border-color: #AFEEAF;
}
</style>