Shades of Celadon #AFECB5
Tints of Celadon #AFECB5
RGB
CMYK
RGB Variations
Color information
#AFECB5 (or 0xAFECB5) is known color: Celadon. HEX triplet: AF, EC and B5. RGB value is (175,236,181). Sum of RGB (Red+Green+Blue) = 175+236+181=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECB5 is #50134A. Grayscale: #D3D3D3. Windows color (decimal): -5247819 or 11922607. OLE color: 11922607.
HSL color Cylindrical-coordinate representation of color #AFECB5: hue angle of 125.9º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECB5 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 181 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.07 |
| HSL | 125.9º | 0.62% | 0.81% | - |
| HSV(B) | 125.9º | 0.26% | 0.93% | - |
| XYZ | 56.02 | 72.44 | 54.75 | - |
| YUV | 211.49 | 110.79 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 181 | 0.26 | 0 | 0.23 | 0.07 | 125.9 | 0.62 | 0.81 |
| Hex | AF | EC | B5 | 1A | 0 | 17 | 7 | 7E | 3E | 51 |
| Octal | 257 | 354 | 265 | 32 | 0 | 27 | 7 | 176 | 76 | 121 |
| Binary | 10101111 | 11101100 | 10110101 | 11010 | 0 | 10111 | 111 | 1111110 | 111110 | 1010001 |
Color Harmonies of #AFECB5
Complementary color
Monochromatic Colors of #AFECB5
Black with #AFECB5
Text Example
Text Example
White with #AFECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECB5; }
p { color: rgb(175,236,181); }
H1.HeaderClassName
{
color: #AFECB5;
}
.AnyTagClassName
{
color: #AFECB5;
}
</style>
background-color css
<style>
a { background-color: #AFECB5; }
a { background-color: rgb(175,236,181); }
div.DivClassName
{
background-color: #AFECB5;
}
.BgClassName
{
background-color: #AFECB5;
}
</style>
border-color css
<style>
span { border-color: #AFECB5; }
span { border-color: rgb(175,236,181); }
td.TdClassName
{
border-color: #AFECB5;
}
.TagClassName
{
border-color: #AFECB5;
}
</style>