Shades of Celadon #AFEDB0
Tints of Celadon #AFEDB0
RGB
CMYK
RGB Variations
Color information
#AFEDB0 (or 0xAFEDB0) is known color: Celadon. HEX triplet: AF, ED and B0. RGB value is (175,237,176). Sum of RGB (Red+Green+Blue) = 175+237+176=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEDB0 is #50124F. Grayscale: #D3D3D3. Windows color (decimal): -5247568 or 11595183. OLE color: 11595183.
HSL color Cylindrical-coordinate representation of color #AFEDB0: hue angle of 120.97º degrees, saturation: 0.63, 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 #AFEDB0 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 176 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.07 |
| HSL | 120.97º | 0.63% | 0.81% | - |
| HSV(B) | 120.97º | 0.26% | 0.93% | - |
| XYZ | 55.8 | 72.82 | 52.19 | - |
| YUV | 211.51 | 107.96 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 176 | 0.26 | 0 | 0.26 | 0.07 | 120.97 | 0.63 | 0.81 |
| Hex | AF | ED | B0 | 1A | 0 | 1A | 7 | 79 | 3F | 51 |
| Octal | 257 | 355 | 260 | 32 | 0 | 32 | 7 | 171 | 77 | 121 |
| Binary | 10101111 | 11101101 | 10110000 | 11010 | 0 | 11010 | 111 | 1111001 | 111111 | 1010001 |
Color Harmonies of #AFEDB0
Complementary color
Monochromatic Colors of #AFEDB0
Black with #AFEDB0
Text Example
Text Example
White with #AFEDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDB0; }
p { color: rgb(175,237,176); }
H1.HeaderClassName
{
color: #AFEDB0;
}
.AnyTagClassName
{
color: #AFEDB0;
}
</style>
background-color css
<style>
a { background-color: #AFEDB0; }
a { background-color: rgb(175,237,176); }
div.DivClassName
{
background-color: #AFEDB0;
}
.BgClassName
{
background-color: #AFEDB0;
}
</style>
border-color css
<style>
span { border-color: #AFEDB0; }
span { border-color: rgb(175,237,176); }
td.TdClassName
{
border-color: #AFEDB0;
}
.TagClassName
{
border-color: #AFEDB0;
}
</style>