Shades of Celadon #AFE8AF
Tints of Celadon #AFE8AF
RGB
CMYK
RGB Variations
Color information
#AFE8AF (or 0xAFE8AF) is known color: Celadon. HEX triplet: AF, E8 and AF. RGB value is (175,232,175). Sum of RGB (Red+Green+Blue) = 175+232+175=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE8AF is #501750. Grayscale: #D0D0D0. Windows color (decimal): -5248849 or 11528367. OLE color: 11528367.
HSL color Cylindrical-coordinate representation of color #AFE8AF: hue angle of 120º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE8AF is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 175 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.09 |
| HSL | 120º | 0.55% | 0.8% | - |
| HSV(B) | 120º | 0.25% | 0.91% | - |
| XYZ | 54.27 | 69.92 | 51.19 | - |
| YUV | 208.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 175 | 0.25 | 0 | 0.25 | 0.09 | 120 | 0.55 | 0.8 |
| Hex | AF | E8 | AF | 19 | 0 | 19 | 9 | 78 | 37 | 50 |
| Octal | 257 | 350 | 257 | 31 | 0 | 31 | 11 | 170 | 67 | 120 |
| Binary | 10101111 | 11101000 | 10101111 | 11001 | 0 | 11001 | 1001 | 1111000 | 110111 | 1010000 |
Color Harmonies of #AFE8AF
Complementary color
Monochromatic Colors of #AFE8AF
Black with #AFE8AF
Text Example
Text Example
White with #AFE8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE8AF; }
p { color: rgb(175,232,175); }
H1.HeaderClassName
{
color: #AFE8AF;
}
.AnyTagClassName
{
color: #AFE8AF;
}
</style>
background-color css
<style>
a { background-color: #AFE8AF; }
a { background-color: rgb(175,232,175); }
div.DivClassName
{
background-color: #AFE8AF;
}
.BgClassName
{
background-color: #AFE8AF;
}
</style>
border-color css
<style>
span { border-color: #AFE8AF; }
span { border-color: rgb(175,232,175); }
td.TdClassName
{
border-color: #AFE8AF;
}
.TagClassName
{
border-color: #AFE8AF;
}
</style>