Shades of Celadon #AFEAB2
Tints of Celadon #AFEAB2
RGB
CMYK
RGB Variations
Color information
#AFEAB2 (or 0xAFEAB2) is known color: Celadon. HEX triplet: AF, EA and B2. RGB value is (175,234,178). Sum of RGB (Red+Green+Blue) = 175+234+178=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 178 (69.92% from 255 or 30.32% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEAB2 is #50154D. Grayscale: #D2D2D2. Windows color (decimal): -5248334 or 11725487. OLE color: 11725487.
HSL color Cylindrical-coordinate representation of color #AFEAB2: hue angle of 123.05º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFEAB2 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 178 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.08 |
| HSL | 123.05º | 0.58% | 0.8% | - |
| HSV(B) | 123.05º | 0.25% | 0.92% | - |
| XYZ | 55.14 | 71.17 | 52.95 | - |
| YUV | 209.98 | 109.95 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 178 | 0.25 | 0 | 0.24 | 0.08 | 123.05 | 0.58 | 0.8 |
| Hex | AF | EA | B2 | 19 | 0 | 18 | 8 | 7B | 3A | 50 |
| Octal | 257 | 352 | 262 | 31 | 0 | 30 | 10 | 173 | 72 | 120 |
| Binary | 10101111 | 11101010 | 10110010 | 11001 | 0 | 11000 | 1000 | 1111011 | 111010 | 1010000 |
Color Harmonies of #AFEAB2
Complementary color
Monochromatic Colors of #AFEAB2
Black with #AFEAB2
Text Example
Text Example
White with #AFEAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEAB2; }
p { color: rgb(175,234,178); }
H1.HeaderClassName
{
color: #AFEAB2;
}
.AnyTagClassName
{
color: #AFEAB2;
}
</style>
background-color css
<style>
a { background-color: #AFEAB2; }
a { background-color: rgb(175,234,178); }
div.DivClassName
{
background-color: #AFEAB2;
}
.BgClassName
{
background-color: #AFEAB2;
}
</style>
border-color css
<style>
span { border-color: #AFEAB2; }
span { border-color: rgb(175,234,178); }
td.TdClassName
{
border-color: #AFEAB2;
}
.TagClassName
{
border-color: #AFEAB2;
}
</style>