Shades of Celadon #AFEBB0
Tints of Celadon #AFEBB0
RGB
CMYK
RGB Variations
Color information
#AFEBB0 (or 0xAFEBB0) is known color: Celadon. HEX triplet: AF, EB and B0. RGB value is (175,235,176). Sum of RGB (Red+Green+Blue) = 175+235+176=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBB0 is #50144F. Grayscale: #D2D2D2. Windows color (decimal): -5248080 or 11594671. OLE color: 11594671.
HSL color Cylindrical-coordinate representation of color #AFEBB0: hue angle of 121º 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 #AFEBB0 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 176 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.08 |
| HSL | 121º | 0.6% | 0.8% | - |
| HSV(B) | 121º | 0.26% | 0.92% | - |
| XYZ | 55.22 | 71.67 | 52 | - |
| YUV | 210.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 176 | 0.26 | 0 | 0.25 | 0.08 | 121 | 0.6 | 0.8 |
| Hex | AF | EB | B0 | 1A | 0 | 19 | 8 | 79 | 3C | 50 |
| Octal | 257 | 353 | 260 | 32 | 0 | 31 | 10 | 171 | 74 | 120 |
| Binary | 10101111 | 11101011 | 10110000 | 11010 | 0 | 11001 | 1000 | 1111001 | 111100 | 1010000 |
Color Harmonies of #AFEBB0
Complementary color
Monochromatic Colors of #AFEBB0
Black with #AFEBB0
Text Example
Text Example
White with #AFEBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEBB0; }
p { color: rgb(175,235,176); }
H1.HeaderClassName
{
color: #AFEBB0;
}
.AnyTagClassName
{
color: #AFEBB0;
}
</style>
background-color css
<style>
a { background-color: #AFEBB0; }
a { background-color: rgb(175,235,176); }
div.DivClassName
{
background-color: #AFEBB0;
}
.BgClassName
{
background-color: #AFEBB0;
}
</style>
border-color css
<style>
span { border-color: #AFEBB0; }
span { border-color: rgb(175,235,176); }
td.TdClassName
{
border-color: #AFEBB0;
}
.TagClassName
{
border-color: #AFEBB0;
}
</style>