Shades of Celadon #AFE3B1
Tints of Celadon #AFE3B1
RGB
CMYK
RGB Variations
Color information
#AFE3B1 (or 0xAFE3B1) is known color: Celadon. HEX triplet: AF, E3 and B1. RGB value is (175,227,177). Sum of RGB (Red+Green+Blue) = 175+227+177=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 177 (69.53% from 255 or 30.57% from 579); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE3B1 is #501C4E. Grayscale: #CDCDCD. Windows color (decimal): -5250127 or 11658159. OLE color: 11658159.
HSL color Cylindrical-coordinate representation of color #AFE3B1: hue angle of 122.31º 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 #AFE3B1 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 177 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.11 |
| HSL | 122.31º | 0.48% | 0.79% | - |
| HSV(B) | 122.31º | 0.23% | 0.89% | - |
| XYZ | 53.08 | 67.23 | 51.77 | - |
| YUV | 205.75 | 111.77 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 177 | 0.23 | 0 | 0.22 | 0.11 | 122.31 | 0.48 | 0.79 |
| Hex | AF | E3 | B1 | 17 | 0 | 16 | B | 7A | 30 | 4F |
| Octal | 257 | 343 | 261 | 27 | 0 | 26 | 13 | 172 | 60 | 117 |
| Binary | 10101111 | 11100011 | 10110001 | 10111 | 0 | 10110 | 1011 | 1111010 | 110000 | 1001111 |
Color Harmonies of #AFE3B1
Complementary color
Monochromatic Colors of #AFE3B1
Black with #AFE3B1
Text Example
Text Example
White with #AFE3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE3B1; }
p { color: rgb(175,227,177); }
H1.HeaderClassName
{
color: #AFE3B1;
}
.AnyTagClassName
{
color: #AFE3B1;
}
</style>
background-color css
<style>
a { background-color: #AFE3B1; }
a { background-color: rgb(175,227,177); }
div.DivClassName
{
background-color: #AFE3B1;
}
.BgClassName
{
background-color: #AFE3B1;
}
</style>
border-color css
<style>
span { border-color: #AFE3B1; }
span { border-color: rgb(175,227,177); }
td.TdClassName
{
border-color: #AFE3B1;
}
.TagClassName
{
border-color: #AFE3B1;
}
</style>