Shades of Celadon #AFFAAA
Tints of Celadon #AFFAAA
RGB
CMYK
RGB Variations
Color information
#AFFAAA (or 0xAFFAAA) is known color: Celadon. HEX triplet: AF, FA and AA. RGB value is (175,250,170). Sum of RGB (Red+Green+Blue) = 175+250+170=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFAAA is #500555. Grayscale: #DADADA. Windows color (decimal): -5244246 or 11205295. OLE color: 11205295.
HSL color Cylindrical-coordinate representation of color #AFFAAA: hue angle of 116.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFFAAA is Cyan = 0.3, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 170 | - |
| CMYK | 0.3 | 0 | 0.32 | 0.02 |
| HSL | 116.25º | 0.89% | 0.82% | - |
| HSV(B) | 116.25º | 0.32% | 0.98% | - |
| XYZ | 59.12 | 80.39 | 50.43 | - |
| YUV | 218.46 | 100.65 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 170 | 0.3 | 0 | 0.32 | 0.02 | 116.25 | 0.89 | 0.82 |
| Hex | AF | FA | AA | 1E | 0 | 20 | 2 | 74 | 59 | 52 |
| Octal | 257 | 372 | 252 | 36 | 0 | 40 | 2 | 164 | 131 | 122 |
| Binary | 10101111 | 11111010 | 10101010 | 11110 | 0 | 100000 | 10 | 1110100 | 1011001 | 1010010 |
Color Harmonies of #AFFAAA
Complementary color
Monochromatic Colors of #AFFAAA
Black with #AFFAAA
Text Example
Text Example
White with #AFFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFAAA; }
p { color: rgb(175,250,170); }
H1.HeaderClassName
{
color: #AFFAAA;
}
.AnyTagClassName
{
color: #AFFAAA;
}
</style>
background-color css
<style>
a { background-color: #AFFAAA; }
a { background-color: rgb(175,250,170); }
div.DivClassName
{
background-color: #AFFAAA;
}
.BgClassName
{
background-color: #AFFAAA;
}
</style>
border-color css
<style>
span { border-color: #AFFAAA; }
span { border-color: rgb(175,250,170); }
td.TdClassName
{
border-color: #AFFAAA;
}
.TagClassName
{
border-color: #AFFAAA;
}
</style>