Shades of Celadon #A0F1B1
Tints of Celadon #A0F1B1
RGB
CMYK
RGB Variations
Color information
#A0F1B1 (or 0xA0F1B1) is known color: Celadon. HEX triplet: A0, F1 and B1. RGB value is (160,241,177). Sum of RGB (Red+Green+Blue) = 160+241+177=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F1B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F1B1 is #5F0E4E. Grayscale: #D1D1D1. Windows color (decimal): -6229583 or 11661728. OLE color: 11661728.
HSL color Cylindrical-coordinate representation of color #A0F1B1: hue angle of 132.59º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F1B1 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 241 | 177 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.05 |
| HSL | 132.59º | 0.74% | 0.79% | - |
| HSV(B) | 132.59º | 0.34% | 0.95% | - |
| XYZ | 53.89 | 73.56 | 52.95 | - |
| YUV | 209.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 177 | 0.34 | 0 | 0.27 | 0.05 | 132.59 | 0.74 | 0.79 |
| Hex | A0 | F1 | B1 | 22 | 0 | 1B | 5 | 85 | 4A | 4F |
| Octal | 240 | 361 | 261 | 42 | 0 | 33 | 5 | 205 | 112 | 117 |
| Binary | 10100000 | 11110001 | 10110001 | 100010 | 0 | 11011 | 101 | 10000101 | 1001010 | 1001111 |
Color Harmonies of #A0F1B1
Complementary color
Monochromatic Colors of #A0F1B1
Black with #A0F1B1
Text Example
Text Example
White with #A0F1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F1B1; }
p { color: rgb(160,241,177); }
H1.HeaderClassName
{
color: #A0F1B1;
}
.AnyTagClassName
{
color: #A0F1B1;
}
</style>
background-color css
<style>
a { background-color: #A0F1B1; }
a { background-color: rgb(160,241,177); }
div.DivClassName
{
background-color: #A0F1B1;
}
.BgClassName
{
background-color: #A0F1B1;
}
</style>
border-color css
<style>
span { border-color: #A0F1B1; }
span { border-color: rgb(160,241,177); }
td.TdClassName
{
border-color: #A0F1B1;
}
.TagClassName
{
border-color: #A0F1B1;
}
</style>