Shades of Celadon #AFFDB0
Tints of Celadon #AFFDB0
RGB
CMYK
RGB Variations
Color information
#AFFDB0 (or 0xAFFDB0) is known color: Celadon. HEX triplet: AF, FD and B0. RGB value is (175,253,176). Sum of RGB (Red+Green+Blue) = 175+253+176=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFDB0 is #50024F. Grayscale: #DDDDDD. Windows color (decimal): -5243472 or 11599279. OLE color: 11599279.
HSL color Cylindrical-coordinate representation of color #AFFDB0: hue angle of 120.77º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDB0 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 176 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.01 |
| HSL | 120.77º | 0.95% | 0.84% | - |
| HSV(B) | 120.77º | 0.31% | 0.99% | - |
| XYZ | 60.64 | 82.5 | 53.8 | - |
| YUV | 220.9 | 102.66 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 176 | 0.31 | 0 | 0.30 | 0.01 | 120.77 | 0.95 | 0.84 |
| Hex | AF | FD | B0 | 1F | 0 | 1E | 1 | 79 | 5F | 54 |
| Octal | 257 | 375 | 260 | 37 | 0 | 36 | 1 | 171 | 137 | 124 |
| Binary | 10101111 | 11111101 | 10110000 | 11111 | 0 | 11110 | 1 | 1111001 | 1011111 | 1010100 |
Color Harmonies of #AFFDB0
Complementary color
Monochromatic Colors of #AFFDB0
Black with #AFFDB0
Text Example
Text Example
White with #AFFDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDB0; }
p { color: rgb(175,253,176); }
H1.HeaderClassName
{
color: #AFFDB0;
}
.AnyTagClassName
{
color: #AFFDB0;
}
</style>
background-color css
<style>
a { background-color: #AFFDB0; }
a { background-color: rgb(175,253,176); }
div.DivClassName
{
background-color: #AFFDB0;
}
.BgClassName
{
background-color: #AFFDB0;
}
</style>
border-color css
<style>
span { border-color: #AFFDB0; }
span { border-color: rgb(175,253,176); }
td.TdClassName
{
border-color: #AFFDB0;
}
.TagClassName
{
border-color: #AFFDB0;
}
</style>