Shades of Celadon #AFFBB5
Tints of Celadon #AFFBB5
RGB
CMYK
RGB Variations
Color information
#AFFBB5 (or 0xAFFBB5) is known color: Celadon. HEX triplet: AF, FB and B5. RGB value is (175,251,181). Sum of RGB (Red+Green+Blue) = 175+251+181=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBB5 is #50044A. Grayscale: #DCDCDC. Windows color (decimal): -5243979 or 11926447. OLE color: 11926447.
HSL color Cylindrical-coordinate representation of color #AFFBB5: hue angle of 124.74º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBB5 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 251 | 181 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.02 |
| HSL | 124.74º | 0.9% | 0.84% | - |
| HSV(B) | 124.74º | 0.3% | 0.98% | - |
| XYZ | 60.52 | 81.44 | 56.25 | - |
| YUV | 220.3 | 105.82 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 251 | 181 | 0.30 | 0 | 0.28 | 0.02 | 124.74 | 0.9 | 0.84 |
| Hex | AF | FB | B5 | 1E | 0 | 1C | 2 | 7D | 5A | 54 |
| Octal | 257 | 373 | 265 | 36 | 0 | 34 | 2 | 175 | 132 | 124 |
| Binary | 10101111 | 11111011 | 10110101 | 11110 | 0 | 11100 | 10 | 1111101 | 1011010 | 1010100 |
Color Harmonies of #AFFBB5
Complementary color
Monochromatic Colors of #AFFBB5
Black with #AFFBB5
Text Example
Text Example
White with #AFFBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFBB5; }
p { color: rgb(175,251,181); }
H1.HeaderClassName
{
color: #AFFBB5;
}
.AnyTagClassName
{
color: #AFFBB5;
}
</style>
background-color css
<style>
a { background-color: #AFFBB5; }
a { background-color: rgb(175,251,181); }
div.DivClassName
{
background-color: #AFFBB5;
}
.BgClassName
{
background-color: #AFFBB5;
}
</style>
border-color css
<style>
span { border-color: #AFFBB5; }
span { border-color: rgb(175,251,181); }
td.TdClassName
{
border-color: #AFFBB5;
}
.TagClassName
{
border-color: #AFFBB5;
}
</style>