Shades of Celadon #AFEDAE
Tints of Celadon #AFEDAE
RGB
CMYK
RGB Variations
Color information
#AFEDAE (or 0xAFEDAE) is known color: Celadon. HEX triplet: AF, ED and AE. RGB value is (175,237,174). Sum of RGB (Red+Green+Blue) = 175+237+174=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEDAE is #501251. Grayscale: #D3D3D3. Windows color (decimal): -5247570 or 11464111. OLE color: 11464111.
HSL color Cylindrical-coordinate representation of color #AFEDAE: hue angle of 119.05º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEDAE is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 174 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.07 |
| HSL | 119.05º | 0.64% | 0.81% | - |
| HSV(B) | 119.05º | 0.27% | 0.93% | - |
| XYZ | 55.6 | 72.74 | 51.15 | - |
| YUV | 211.28 | 106.96 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 174 | 0.26 | 0 | 0.27 | 0.07 | 119.05 | 0.64 | 0.81 |
| Hex | AF | ED | AE | 1A | 0 | 1B | 7 | 77 | 40 | 51 |
| Octal | 257 | 355 | 256 | 32 | 0 | 33 | 7 | 167 | 100 | 121 |
| Binary | 10101111 | 11101101 | 10101110 | 11010 | 0 | 11011 | 111 | 1110111 | 1000000 | 1010001 |
Color Harmonies of #AFEDAE
Complementary color
Monochromatic Colors of #AFEDAE
Black with #AFEDAE
Text Example
Text Example
White with #AFEDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDAE; }
p { color: rgb(175,237,174); }
H1.HeaderClassName
{
color: #AFEDAE;
}
.AnyTagClassName
{
color: #AFEDAE;
}
</style>
background-color css
<style>
a { background-color: #AFEDAE; }
a { background-color: rgb(175,237,174); }
div.DivClassName
{
background-color: #AFEDAE;
}
.BgClassName
{
background-color: #AFEDAE;
}
</style>
border-color css
<style>
span { border-color: #AFEDAE; }
span { border-color: rgb(175,237,174); }
td.TdClassName
{
border-color: #AFEDAE;
}
.TagClassName
{
border-color: #AFEDAE;
}
</style>