Shades of Celadon #A0F0B2
Tints of Celadon #A0F0B2
RGB
CMYK
RGB Variations
Color information
#A0F0B2 (or 0xA0F0B2) is known color: Celadon. HEX triplet: A0, F0 and B2. RGB value is (160,240,178). Sum of RGB (Red+Green+Blue) = 160+240+178=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 240 (94.14% from 255 or 41.52% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F0B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F0B2 is #5F0F4D. Grayscale: #D1D1D1. Windows color (decimal): -6229838 or 11727008. OLE color: 11727008.
HSL color Cylindrical-coordinate representation of color #A0F0B2: hue angle of 133.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0F0B2 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 178 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.06 |
| HSL | 133.5º | 0.73% | 0.78% | - |
| HSV(B) | 133.5º | 0.33% | 0.94% | - |
| XYZ | 53.69 | 73.01 | 53.38 | - |
| YUV | 209.01 | 110.5 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 178 | 0.33 | 0 | 0.26 | 0.06 | 133.5 | 0.73 | 0.78 |
| Hex | A0 | F0 | B2 | 21 | 0 | 1A | 6 | 86 | 49 | 4E |
| Octal | 240 | 360 | 262 | 41 | 0 | 32 | 6 | 206 | 111 | 116 |
| Binary | 10100000 | 11110000 | 10110010 | 100001 | 0 | 11010 | 110 | 10000110 | 1001001 | 1001110 |
Color Harmonies of #A0F0B2
Complementary color
Monochromatic Colors of #A0F0B2
Black with #A0F0B2
Text Example
Text Example
White with #A0F0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F0B2; }
p { color: rgb(160,240,178); }
H1.HeaderClassName
{
color: #A0F0B2;
}
.AnyTagClassName
{
color: #A0F0B2;
}
</style>
background-color css
<style>
a { background-color: #A0F0B2; }
a { background-color: rgb(160,240,178); }
div.DivClassName
{
background-color: #A0F0B2;
}
.BgClassName
{
background-color: #A0F0B2;
}
</style>
border-color css
<style>
span { border-color: #A0F0B2; }
span { border-color: rgb(160,240,178); }
td.TdClassName
{
border-color: #A0F0B2;
}
.TagClassName
{
border-color: #A0F0B2;
}
</style>