Shades of Celadon #AFEDB3
Tints of Celadon #AFEDB3
RGB
CMYK
RGB Variations
Color information
#AFEDB3 (or 0xAFEDB3) is known color: Celadon. HEX triplet: AF, ED and B3. RGB value is (175,237,179). Sum of RGB (Red+Green+Blue) = 175+237+179=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 179 (70.31% from 255 or 30.29% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDB3 is #50124C. Grayscale: #D4D4D4. Windows color (decimal): -5247565 or 11791791. OLE color: 11791791.
HSL color Cylindrical-coordinate representation of color #AFEDB3: hue angle of 123.87º 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 #AFEDB3 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 179 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.07 |
| HSL | 123.87º | 0.63% | 0.81% | - |
| HSV(B) | 123.87º | 0.26% | 0.93% | - |
| XYZ | 56.1 | 72.94 | 53.77 | - |
| YUV | 211.85 | 109.46 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 179 | 0.26 | 0 | 0.24 | 0.07 | 123.87 | 0.63 | 0.81 |
| Hex | AF | ED | B3 | 1A | 0 | 18 | 7 | 7C | 3F | 51 |
| Octal | 257 | 355 | 263 | 32 | 0 | 30 | 7 | 174 | 77 | 121 |
| Binary | 10101111 | 11101101 | 10110011 | 11010 | 0 | 11000 | 111 | 1111100 | 111111 | 1010001 |
Color Harmonies of #AFEDB3
Complementary color
Monochromatic Colors of #AFEDB3
Black with #AFEDB3
Text Example
Text Example
White with #AFEDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDB3; }
p { color: rgb(175,237,179); }
H1.HeaderClassName
{
color: #AFEDB3;
}
.AnyTagClassName
{
color: #AFEDB3;
}
</style>
background-color css
<style>
a { background-color: #AFEDB3; }
a { background-color: rgb(175,237,179); }
div.DivClassName
{
background-color: #AFEDB3;
}
.BgClassName
{
background-color: #AFEDB3;
}
</style>
border-color css
<style>
span { border-color: #AFEDB3; }
span { border-color: rgb(175,237,179); }
td.TdClassName
{
border-color: #AFEDB3;
}
.TagClassName
{
border-color: #AFEDB3;
}
</style>