Shades of Celadon #AFF7B2
Tints of Celadon #AFF7B2
RGB
CMYK
RGB Variations
Color information
#AFF7B2 (or 0xAFF7B2) is known color: Celadon. HEX triplet: AF, F7 and B2. RGB value is (175,247,178). Sum of RGB (Red+Green+Blue) = 175+247+178=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 178 (69.92% from 255 or 29.67% from 600); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF7B2 is #50084D. Grayscale: #D9D9D9. Windows color (decimal): -5245006 or 11728815. OLE color: 11728815.
HSL color Cylindrical-coordinate representation of color #AFF7B2: hue angle of 122.5º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF7B2 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 247 | 178 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.03 |
| HSL | 122.5º | 0.82% | 0.83% | - |
| HSV(B) | 122.5º | 0.29% | 0.97% | - |
| XYZ | 58.98 | 78.85 | 54.23 | - |
| YUV | 217.61 | 105.65 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 247 | 178 | 0.29 | 0 | 0.28 | 0.03 | 122.5 | 0.82 | 0.83 |
| Hex | AF | F7 | B2 | 1D | 0 | 1C | 3 | 7B | 52 | 53 |
| Octal | 257 | 367 | 262 | 35 | 0 | 34 | 3 | 173 | 122 | 123 |
| Binary | 10101111 | 11110111 | 10110010 | 11101 | 0 | 11100 | 11 | 1111011 | 1010010 | 1010011 |
Color Harmonies of #AFF7B2
Complementary color
Monochromatic Colors of #AFF7B2
Black with #AFF7B2
Text Example
Text Example
White with #AFF7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF7B2; }
p { color: rgb(175,247,178); }
H1.HeaderClassName
{
color: #AFF7B2;
}
.AnyTagClassName
{
color: #AFF7B2;
}
</style>
background-color css
<style>
a { background-color: #AFF7B2; }
a { background-color: rgb(175,247,178); }
div.DivClassName
{
background-color: #AFF7B2;
}
.BgClassName
{
background-color: #AFF7B2;
}
</style>
border-color css
<style>
span { border-color: #AFF7B2; }
span { border-color: rgb(175,247,178); }
td.TdClassName
{
border-color: #AFF7B2;
}
.TagClassName
{
border-color: #AFF7B2;
}
</style>