Shades of Celadon #A1E8B4
Tints of Celadon #A1E8B4
RGB
CMYK
RGB Variations
Color information
#A1E8B4 (or 0xA1E8B4) is known color: Celadon. HEX triplet: A1, E8 and B4. RGB value is (161,232,180). Sum of RGB (Red+Green+Blue) = 161+232+180=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E8B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E8B4 is #5E174B. Grayscale: #CCCCCC. Windows color (decimal): -6166348 or 11856033. OLE color: 11856033.
HSL color Cylindrical-coordinate representation of color #A1E8B4: hue angle of 136.06º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E8B4 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 232 | 180 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.09 |
| HSL | 136.06º | 0.61% | 0.77% | - |
| HSV(B) | 136.06º | 0.31% | 0.91% | - |
| XYZ | 51.79 | 68.59 | 53.69 | - |
| YUV | 204.84 | 113.98 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 232 | 180 | 0.31 | 0 | 0.22 | 0.09 | 136.06 | 0.61 | 0.77 |
| Hex | A1 | E8 | B4 | 1F | 0 | 16 | 9 | 88 | 3D | 4D |
| Octal | 241 | 350 | 264 | 37 | 0 | 26 | 11 | 210 | 75 | 115 |
| Binary | 10100001 | 11101000 | 10110100 | 11111 | 0 | 10110 | 1001 | 10001000 | 111101 | 1001101 |
Color Harmonies of #A1E8B4
Complementary color
Monochromatic Colors of #A1E8B4
Black with #A1E8B4
Text Example
Text Example
White with #A1E8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E8B4; }
p { color: rgb(161,232,180); }
H1.HeaderClassName
{
color: #A1E8B4;
}
.AnyTagClassName
{
color: #A1E8B4;
}
</style>
background-color css
<style>
a { background-color: #A1E8B4; }
a { background-color: rgb(161,232,180); }
div.DivClassName
{
background-color: #A1E8B4;
}
.BgClassName
{
background-color: #A1E8B4;
}
</style>
border-color css
<style>
span { border-color: #A1E8B4; }
span { border-color: rgb(161,232,180); }
td.TdClassName
{
border-color: #A1E8B4;
}
.TagClassName
{
border-color: #A1E8B4;
}
</style>