Shades of Celadon #AFEDB5
Tints of Celadon #AFEDB5
RGB
CMYK
RGB Variations
Color information
#AFEDB5 (or 0xAFEDB5) is known color: Celadon. HEX triplet: AF, ED and B5. RGB value is (175,237,181). Sum of RGB (Red+Green+Blue) = 175+237+181=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDB5 is #50124A. Grayscale: #D4D4D4. Windows color (decimal): -5247563 or 11922863. OLE color: 11922863.
HSL color Cylindrical-coordinate representation of color #AFEDB5: hue angle of 125.81º 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 #AFEDB5 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 181 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.07 |
| HSL | 125.81º | 0.63% | 0.81% | - |
| HSV(B) | 125.81º | 0.26% | 0.93% | - |
| XYZ | 56.3 | 73.02 | 54.84 | - |
| YUV | 212.08 | 110.46 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 181 | 0.26 | 0 | 0.24 | 0.07 | 125.81 | 0.63 | 0.81 |
| Hex | AF | ED | B5 | 1A | 0 | 18 | 7 | 7E | 3F | 51 |
| Octal | 257 | 355 | 265 | 32 | 0 | 30 | 7 | 176 | 77 | 121 |
| Binary | 10101111 | 11101101 | 10110101 | 11010 | 0 | 11000 | 111 | 1111110 | 111111 | 1010001 |
Color Harmonies of #AFEDB5
Complementary color
Monochromatic Colors of #AFEDB5
Black with #AFEDB5
Text Example
Text Example
White with #AFEDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDB5; }
p { color: rgb(175,237,181); }
H1.HeaderClassName
{
color: #AFEDB5;
}
.AnyTagClassName
{
color: #AFEDB5;
}
</style>
background-color css
<style>
a { background-color: #AFEDB5; }
a { background-color: rgb(175,237,181); }
div.DivClassName
{
background-color: #AFEDB5;
}
.BgClassName
{
background-color: #AFEDB5;
}
</style>
border-color css
<style>
span { border-color: #AFEDB5; }
span { border-color: rgb(175,237,181); }
td.TdClassName
{
border-color: #AFEDB5;
}
.TagClassName
{
border-color: #AFEDB5;
}
</style>