Shades of Celadon #AFE3B2
Tints of Celadon #AFE3B2
RGB
CMYK
RGB Variations
Color information
#AFE3B2 (or 0xAFE3B2) is known color: Celadon. HEX triplet: AF, E3 and B2. RGB value is (175,227,178). Sum of RGB (Red+Green+Blue) = 175+227+178=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 178 (69.92% from 255 or 30.69% from 580); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE3B2 is #501C4D. Grayscale: #CECECE. Windows color (decimal): -5250126 or 11723695. OLE color: 11723695.
HSL color Cylindrical-coordinate representation of color #AFE3B2: hue angle of 123.46º degrees, saturation: 0.48, 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 #AFE3B2 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 178 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.11 |
| HSL | 123.46º | 0.48% | 0.79% | - |
| HSV(B) | 123.46º | 0.23% | 0.89% | - |
| XYZ | 53.18 | 67.27 | 52.3 | - |
| YUV | 205.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 178 | 0.23 | 0 | 0.22 | 0.11 | 123.46 | 0.48 | 0.79 |
| Hex | AF | E3 | B2 | 17 | 0 | 16 | B | 7B | 30 | 4F |
| Octal | 257 | 343 | 262 | 27 | 0 | 26 | 13 | 173 | 60 | 117 |
| Binary | 10101111 | 11100011 | 10110010 | 10111 | 0 | 10110 | 1011 | 1111011 | 110000 | 1001111 |
Color Harmonies of #AFE3B2
Complementary color
Monochromatic Colors of #AFE3B2
Black with #AFE3B2
Text Example
Text Example
White with #AFE3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE3B2; }
p { color: rgb(175,227,178); }
H1.HeaderClassName
{
color: #AFE3B2;
}
.AnyTagClassName
{
color: #AFE3B2;
}
</style>
background-color css
<style>
a { background-color: #AFE3B2; }
a { background-color: rgb(175,227,178); }
div.DivClassName
{
background-color: #AFE3B2;
}
.BgClassName
{
background-color: #AFE3B2;
}
</style>
border-color css
<style>
span { border-color: #AFE3B2; }
span { border-color: rgb(175,227,178); }
td.TdClassName
{
border-color: #AFE3B2;
}
.TagClassName
{
border-color: #AFE3B2;
}
</style>