Shades of Celadon #AFE4B1
Tints of Celadon #AFE4B1
RGB
CMYK
RGB Variations
Color information
#AFE4B1 (or 0xAFE4B1) is known color: Celadon. HEX triplet: AF, E4 and B1. RGB value is (175,228,177). Sum of RGB (Red+Green+Blue) = 175+228+177=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 177 (69.53% from 255 or 30.52% from 580); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE4B1 is #501B4E. Grayscale: #CECECE. Windows color (decimal): -5249871 or 11658415. OLE color: 11658415.
HSL color Cylindrical-coordinate representation of color #AFE4B1: hue angle of 122.26º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE4B1 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 177 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.11 |
| HSL | 122.26º | 0.5% | 0.79% | - |
| HSV(B) | 122.26º | 0.23% | 0.89% | - |
| XYZ | 53.36 | 67.78 | 51.86 | - |
| YUV | 206.34 | 111.44 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 177 | 0.23 | 0 | 0.22 | 0.11 | 122.26 | 0.5 | 0.79 |
| Hex | AF | E4 | B1 | 17 | 0 | 16 | B | 7A | 32 | 4F |
| Octal | 257 | 344 | 261 | 27 | 0 | 26 | 13 | 172 | 62 | 117 |
| Binary | 10101111 | 11100100 | 10110001 | 10111 | 0 | 10110 | 1011 | 1111010 | 110010 | 1001111 |
Color Harmonies of #AFE4B1
Complementary color
Monochromatic Colors of #AFE4B1
Black with #AFE4B1
Text Example
Text Example
White with #AFE4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE4B1; }
p { color: rgb(175,228,177); }
H1.HeaderClassName
{
color: #AFE4B1;
}
.AnyTagClassName
{
color: #AFE4B1;
}
</style>
background-color css
<style>
a { background-color: #AFE4B1; }
a { background-color: rgb(175,228,177); }
div.DivClassName
{
background-color: #AFE4B1;
}
.BgClassName
{
background-color: #AFE4B1;
}
</style>
border-color css
<style>
span { border-color: #AFE4B1; }
span { border-color: rgb(175,228,177); }
td.TdClassName
{
border-color: #AFE4B1;
}
.TagClassName
{
border-color: #AFE4B1;
}
</style>