Shades of Celadon #AFF4B2
Tints of Celadon #AFF4B2
RGB
CMYK
RGB Variations
Color information
#AFF4B2 (or 0xAFF4B2) is known color: Celadon. HEX triplet: AF, F4 and B2. RGB value is (175,244,178). Sum of RGB (Red+Green+Blue) = 175+244+178=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 244 (95.70% from 255 or 40.87% from 597); Blue value is 178 (69.92% from 255 or 29.82% from 597); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF4B2 is #500B4D. Grayscale: #D8D8D8. Windows color (decimal): -5245774 or 11728047. OLE color: 11728047.
HSL color Cylindrical-coordinate representation of color #AFF4B2: hue angle of 122.61º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF4B2 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 244 | 178 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.04 |
| HSL | 122.61º | 0.76% | 0.82% | - |
| HSV(B) | 122.61º | 0.28% | 0.96% | - |
| XYZ | 58.07 | 77.03 | 53.93 | - |
| YUV | 215.85 | 106.64 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 244 | 178 | 0.28 | 0 | 0.27 | 0.04 | 122.61 | 0.76 | 0.82 |
| Hex | AF | F4 | B2 | 1C | 0 | 1B | 4 | 7B | 4C | 52 |
| Octal | 257 | 364 | 262 | 34 | 0 | 33 | 4 | 173 | 114 | 122 |
| Binary | 10101111 | 11110100 | 10110010 | 11100 | 0 | 11011 | 100 | 1111011 | 1001100 | 1010010 |
Color Harmonies of #AFF4B2
Complementary color
Monochromatic Colors of #AFF4B2
Black with #AFF4B2
Text Example
Text Example
White with #AFF4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF4B2; }
p { color: rgb(175,244,178); }
H1.HeaderClassName
{
color: #AFF4B2;
}
.AnyTagClassName
{
color: #AFF4B2;
}
</style>
background-color css
<style>
a { background-color: #AFF4B2; }
a { background-color: rgb(175,244,178); }
div.DivClassName
{
background-color: #AFF4B2;
}
.BgClassName
{
background-color: #AFF4B2;
}
</style>
border-color css
<style>
span { border-color: #AFF4B2; }
span { border-color: rgb(175,244,178); }
td.TdClassName
{
border-color: #AFF4B2;
}
.TagClassName
{
border-color: #AFF4B2;
}
</style>