Shades of Celadon #AFFAB5
Tints of Celadon #AFFAB5
RGB
CMYK
RGB Variations
Color information
#AFFAB5 (or 0xAFFAB5) is known color: Celadon. HEX triplet: AF, FA and B5. RGB value is (175,250,181). Sum of RGB (Red+Green+Blue) = 175+250+181=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAB5 is #50054A. Grayscale: #DBDBDB. Windows color (decimal): -5244235 or 11926191. OLE color: 11926191.
HSL color Cylindrical-coordinate representation of color #AFFAB5: hue angle of 124.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFAB5 is Cyan = 0.3, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 181 | - |
| CMYK | 0.3 | 0 | 0.28 | 0.02 |
| HSL | 124.8º | 0.88% | 0.83% | - |
| HSV(B) | 124.8º | 0.3% | 0.98% | - |
| XYZ | 60.21 | 80.82 | 56.14 | - |
| YUV | 219.71 | 106.15 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 181 | 0.3 | 0 | 0.28 | 0.02 | 124.8 | 0.88 | 0.83 |
| Hex | AF | FA | B5 | 1E | 0 | 1C | 2 | 7D | 58 | 53 |
| Octal | 257 | 372 | 265 | 36 | 0 | 34 | 2 | 175 | 130 | 123 |
| Binary | 10101111 | 11111010 | 10110101 | 11110 | 0 | 11100 | 10 | 1111101 | 1011000 | 1010011 |
Color Harmonies of #AFFAB5
Complementary color
Monochromatic Colors of #AFFAB5
Black with #AFFAB5
Text Example
Text Example
White with #AFFAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFAB5; }
p { color: rgb(175,250,181); }
H1.HeaderClassName
{
color: #AFFAB5;
}
.AnyTagClassName
{
color: #AFFAB5;
}
</style>
background-color css
<style>
a { background-color: #AFFAB5; }
a { background-color: rgb(175,250,181); }
div.DivClassName
{
background-color: #AFFAB5;
}
.BgClassName
{
background-color: #AFFAB5;
}
</style>
border-color css
<style>
span { border-color: #AFFAB5; }
span { border-color: rgb(175,250,181); }
td.TdClassName
{
border-color: #AFFAB5;
}
.TagClassName
{
border-color: #AFFAB5;
}
</style>