Shades of Celadon #AFEBB5
Tints of Celadon #AFEBB5
RGB
CMYK
RGB Variations
Color information
#AFEBB5 (or 0xAFEBB5) is known color: Celadon. HEX triplet: AF, EB and B5. RGB value is (175,235,181). Sum of RGB (Red+Green+Blue) = 175+235+181=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBB5 is #50144A. Grayscale: #D3D3D3. Windows color (decimal): -5248075 or 11922351. OLE color: 11922351.
HSL color Cylindrical-coordinate representation of color #AFEBB5: hue angle of 126º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBB5 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 181 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.08 |
| HSL | 126º | 0.6% | 0.8% | - |
| HSV(B) | 126º | 0.26% | 0.92% | - |
| XYZ | 55.73 | 71.87 | 54.65 | - |
| YUV | 210.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 181 | 0.26 | 0 | 0.23 | 0.08 | 126 | 0.6 | 0.8 |
| Hex | AF | EB | B5 | 1A | 0 | 17 | 8 | 7E | 3C | 50 |
| Octal | 257 | 353 | 265 | 32 | 0 | 27 | 10 | 176 | 74 | 120 |
| Binary | 10101111 | 11101011 | 10110101 | 11010 | 0 | 10111 | 1000 | 1111110 | 111100 | 1010000 |
Color Harmonies of #AFEBB5
Complementary color
Monochromatic Colors of #AFEBB5
Black with #AFEBB5
Text Example
Text Example
White with #AFEBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEBB5; }
p { color: rgb(175,235,181); }
H1.HeaderClassName
{
color: #AFEBB5;
}
.AnyTagClassName
{
color: #AFEBB5;
}
</style>
background-color css
<style>
a { background-color: #AFEBB5; }
a { background-color: rgb(175,235,181); }
div.DivClassName
{
background-color: #AFEBB5;
}
.BgClassName
{
background-color: #AFEBB5;
}
</style>
border-color css
<style>
span { border-color: #AFEBB5; }
span { border-color: rgb(175,235,181); }
td.TdClassName
{
border-color: #AFEBB5;
}
.TagClassName
{
border-color: #AFEBB5;
}
</style>