Shades of Celadon #AFE6B2
Tints of Celadon #AFE6B2
RGB
CMYK
RGB Variations
Color information
#AFE6B2 (or 0xAFE6B2) is known color: Celadon. HEX triplet: AF, E6 and B2. RGB value is (175,230,178). Sum of RGB (Red+Green+Blue) = 175+230+178=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 178 (69.92% from 255 or 30.53% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE6B2 is #50194D. Grayscale: #CFCFCF. Windows color (decimal): -5249358 or 11724463. OLE color: 11724463.
HSL color Cylindrical-coordinate representation of color #AFE6B2: hue angle of 123.27º degrees, saturation: 0.52, 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 #AFE6B2 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 178 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.10 |
| HSL | 123.27º | 0.52% | 0.79% | - |
| HSV(B) | 123.27º | 0.24% | 0.9% | - |
| XYZ | 54.01 | 68.92 | 52.58 | - |
| YUV | 207.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 178 | 0.24 | 0 | 0.23 | 0.10 | 123.27 | 0.52 | 0.79 |
| Hex | AF | E6 | B2 | 18 | 0 | 17 | A | 7B | 34 | 4F |
| Octal | 257 | 346 | 262 | 30 | 0 | 27 | 12 | 173 | 64 | 117 |
| Binary | 10101111 | 11100110 | 10110010 | 11000 | 0 | 10111 | 1010 | 1111011 | 110100 | 1001111 |
Color Harmonies of #AFE6B2
Complementary color
Monochromatic Colors of #AFE6B2
Black with #AFE6B2
Text Example
Text Example
White with #AFE6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE6B2; }
p { color: rgb(175,230,178); }
H1.HeaderClassName
{
color: #AFE6B2;
}
.AnyTagClassName
{
color: #AFE6B2;
}
</style>
background-color css
<style>
a { background-color: #AFE6B2; }
a { background-color: rgb(175,230,178); }
div.DivClassName
{
background-color: #AFE6B2;
}
.BgClassName
{
background-color: #AFE6B2;
}
</style>
border-color css
<style>
span { border-color: #AFE6B2; }
span { border-color: rgb(175,230,178); }
td.TdClassName
{
border-color: #AFE6B2;
}
.TagClassName
{
border-color: #AFE6B2;
}
</style>