Shades of Celadon #AFE5B2
Tints of Celadon #AFE5B2
RGB
CMYK
RGB Variations
Color information
#AFE5B2 (or 0xAFE5B2) is known color: Celadon. HEX triplet: AF, E5 and B2. RGB value is (175,229,178). Sum of RGB (Red+Green+Blue) = 175+229+178=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 178 (69.92% from 255 or 30.58% from 582); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE5B2 is #501A4D. Grayscale: #CFCFCF. Windows color (decimal): -5249614 or 11724207. OLE color: 11724207.
HSL color Cylindrical-coordinate representation of color #AFE5B2: hue angle of 123.33º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5B2 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 178 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.10 |
| HSL | 123.33º | 0.51% | 0.79% | - |
| HSV(B) | 123.33º | 0.24% | 0.9% | - |
| XYZ | 53.73 | 68.37 | 52.48 | - |
| YUV | 207.04 | 111.61 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 178 | 0.24 | 0 | 0.22 | 0.10 | 123.33 | 0.51 | 0.79 |
| Hex | AF | E5 | B2 | 18 | 0 | 16 | A | 7B | 33 | 4F |
| Octal | 257 | 345 | 262 | 30 | 0 | 26 | 12 | 173 | 63 | 117 |
| Binary | 10101111 | 11100101 | 10110010 | 11000 | 0 | 10110 | 1010 | 1111011 | 110011 | 1001111 |
Color Harmonies of #AFE5B2
Complementary color
Monochromatic Colors of #AFE5B2
Black with #AFE5B2
Text Example
Text Example
White with #AFE5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5B2; }
p { color: rgb(175,229,178); }
H1.HeaderClassName
{
color: #AFE5B2;
}
.AnyTagClassName
{
color: #AFE5B2;
}
</style>
background-color css
<style>
a { background-color: #AFE5B2; }
a { background-color: rgb(175,229,178); }
div.DivClassName
{
background-color: #AFE5B2;
}
.BgClassName
{
background-color: #AFE5B2;
}
</style>
border-color css
<style>
span { border-color: #AFE5B2; }
span { border-color: rgb(175,229,178); }
td.TdClassName
{
border-color: #AFE5B2;
}
.TagClassName
{
border-color: #AFE5B2;
}
</style>