Shades of Celadon #AFE5B3
Tints of Celadon #AFE5B3
RGB
CMYK
RGB Variations
Color information
#AFE5B3 (or 0xAFE5B3) is known color: Celadon. HEX triplet: AF, E5 and B3. RGB value is (175,229,179). Sum of RGB (Red+Green+Blue) = 175+229+179=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5B3 is #501A4C. Grayscale: #CFCFCF. Windows color (decimal): -5249613 or 11789743. OLE color: 11789743.
HSL color Cylindrical-coordinate representation of color #AFE5B3: hue angle of 124.44º 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 #AFE5B3 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 179 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.10 |
| HSL | 124.44º | 0.51% | 0.79% | - |
| HSV(B) | 124.44º | 0.24% | 0.9% | - |
| XYZ | 53.84 | 68.41 | 53.01 | - |
| YUV | 207.15 | 112.11 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 179 | 0.24 | 0 | 0.22 | 0.10 | 124.44 | 0.51 | 0.79 |
| Hex | AF | E5 | B3 | 18 | 0 | 16 | A | 7C | 33 | 4F |
| Octal | 257 | 345 | 263 | 30 | 0 | 26 | 12 | 174 | 63 | 117 |
| Binary | 10101111 | 11100101 | 10110011 | 11000 | 0 | 10110 | 1010 | 1111100 | 110011 | 1001111 |
Color Harmonies of #AFE5B3
Complementary color
Monochromatic Colors of #AFE5B3
Black with #AFE5B3
Text Example
Text Example
White with #AFE5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5B3; }
p { color: rgb(175,229,179); }
H1.HeaderClassName
{
color: #AFE5B3;
}
.AnyTagClassName
{
color: #AFE5B3;
}
</style>
background-color css
<style>
a { background-color: #AFE5B3; }
a { background-color: rgb(175,229,179); }
div.DivClassName
{
background-color: #AFE5B3;
}
.BgClassName
{
background-color: #AFE5B3;
}
</style>
border-color css
<style>
span { border-color: #AFE5B3; }
span { border-color: rgb(175,229,179); }
td.TdClassName
{
border-color: #AFE5B3;
}
.TagClassName
{
border-color: #AFE5B3;
}
</style>