Shades of Celadon #AFFDB2
Tints of Celadon #AFFDB2
RGB
CMYK
RGB Variations
Color information
#AFFDB2 (or 0xAFFDB2) is known color: Celadon. HEX triplet: AF, FD and B2. RGB value is (175,253,178). Sum of RGB (Red+Green+Blue) = 175+253+178=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFDB2 is #50024D. Grayscale: #DDDDDD. Windows color (decimal): -5243470 or 11730351. OLE color: 11730351.
HSL color Cylindrical-coordinate representation of color #AFFDB2: hue angle of 122.31º 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 #AFFDB2 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 178 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.01 |
| HSL | 122.31º | 0.95% | 0.84% | - |
| HSV(B) | 122.31º | 0.31% | 0.99% | - |
| XYZ | 60.84 | 82.58 | 54.85 | - |
| YUV | 221.13 | 103.66 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 178 | 0.31 | 0 | 0.30 | 0.01 | 122.31 | 0.95 | 0.84 |
| Hex | AF | FD | B2 | 1F | 0 | 1E | 1 | 7A | 5F | 54 |
| Octal | 257 | 375 | 262 | 37 | 0 | 36 | 1 | 172 | 137 | 124 |
| Binary | 10101111 | 11111101 | 10110010 | 11111 | 0 | 11110 | 1 | 1111010 | 1011111 | 1010100 |
Color Harmonies of #AFFDB2
Complementary color
Monochromatic Colors of #AFFDB2
Black with #AFFDB2
Text Example
Text Example
White with #AFFDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDB2; }
p { color: rgb(175,253,178); }
H1.HeaderClassName
{
color: #AFFDB2;
}
.AnyTagClassName
{
color: #AFFDB2;
}
</style>
background-color css
<style>
a { background-color: #AFFDB2; }
a { background-color: rgb(175,253,178); }
div.DivClassName
{
background-color: #AFFDB2;
}
.BgClassName
{
background-color: #AFFDB2;
}
</style>
border-color css
<style>
span { border-color: #AFFDB2; }
span { border-color: rgb(175,253,178); }
td.TdClassName
{
border-color: #AFFDB2;
}
.TagClassName
{
border-color: #AFFDB2;
}
</style>