Shades of Celadon #A2F2B2
Tints of Celadon #A2F2B2
RGB
CMYK
RGB Variations
Color information
#A2F2B2 (or 0xA2F2B2) is known color: Celadon. HEX triplet: A2, F2 and B2. RGB value is (162,242,178). Sum of RGB (Red+Green+Blue) = 162+242+178=582 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.84% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 178 (69.92% from 255 or 30.58% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F2B2 is #5D0D4D. Grayscale: #D2D2D2. Windows color (decimal): -6098254 or 11727522. OLE color: 11727522.
HSL color Cylindrical-coordinate representation of color #A2F2B2: hue angle of 132º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F2B2 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 178 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.05 |
| HSL | 132º | 0.75% | 0.79% | - |
| HSV(B) | 132º | 0.33% | 0.95% | - |
| XYZ | 54.69 | 74.4 | 53.6 | - |
| YUV | 210.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 178 | 0.33 | 0 | 0.26 | 0.05 | 132 | 0.75 | 0.79 |
| Hex | A2 | F2 | B2 | 21 | 0 | 1A | 5 | 84 | 4B | 4F |
| Octal | 242 | 362 | 262 | 41 | 0 | 32 | 5 | 204 | 113 | 117 |
| Binary | 10100010 | 11110010 | 10110010 | 100001 | 0 | 11010 | 101 | 10000100 | 1001011 | 1001111 |
Color Harmonies of #A2F2B2
Complementary color
Monochromatic Colors of #A2F2B2
Black with #A2F2B2
Text Example
Text Example
White with #A2F2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F2B2; }
p { color: rgb(162,242,178); }
H1.HeaderClassName
{
color: #A2F2B2;
}
.AnyTagClassName
{
color: #A2F2B2;
}
</style>
background-color css
<style>
a { background-color: #A2F2B2; }
a { background-color: rgb(162,242,178); }
div.DivClassName
{
background-color: #A2F2B2;
}
.BgClassName
{
background-color: #A2F2B2;
}
</style>
border-color css
<style>
span { border-color: #A2F2B2; }
span { border-color: rgb(162,242,178); }
td.TdClassName
{
border-color: #A2F2B2;
}
.TagClassName
{
border-color: #A2F2B2;
}
</style>