Shades of Celadon #A1EFB4
Tints of Celadon #A1EFB4
RGB
CMYK
RGB Variations
Color information
#A1EFB4 (or 0xA1EFB4) is known color: Celadon. HEX triplet: A1, EF and B4. RGB value is (161,239,180). Sum of RGB (Red+Green+Blue) = 161+239+180=580 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.76% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFB4 is #5E104B. Grayscale: #D1D1D1. Windows color (decimal): -6164556 or 11857825. OLE color: 11857825.
HSL color Cylindrical-coordinate representation of color #A1EFB4: hue angle of 134.62º degrees, saturation: 0.71, 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 #A1EFB4 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 180 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.06 |
| HSL | 134.62º | 0.71% | 0.78% | - |
| HSV(B) | 134.62º | 0.33% | 0.94% | - |
| XYZ | 53.8 | 72.61 | 54.36 | - |
| YUV | 208.95 | 111.66 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 180 | 0.33 | 0 | 0.25 | 0.06 | 134.62 | 0.71 | 0.78 |
| Hex | A1 | EF | B4 | 21 | 0 | 19 | 6 | 87 | 47 | 4E |
| Octal | 241 | 357 | 264 | 41 | 0 | 31 | 6 | 207 | 107 | 116 |
| Binary | 10100001 | 11101111 | 10110100 | 100001 | 0 | 11001 | 110 | 10000111 | 1000111 | 1001110 |
Color Harmonies of #A1EFB4
Complementary color
Monochromatic Colors of #A1EFB4
Black with #A1EFB4
Text Example
Text Example
White with #A1EFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFB4; }
p { color: rgb(161,239,180); }
H1.HeaderClassName
{
color: #A1EFB4;
}
.AnyTagClassName
{
color: #A1EFB4;
}
</style>
background-color css
<style>
a { background-color: #A1EFB4; }
a { background-color: rgb(161,239,180); }
div.DivClassName
{
background-color: #A1EFB4;
}
.BgClassName
{
background-color: #A1EFB4;
}
</style>
border-color css
<style>
span { border-color: #A1EFB4; }
span { border-color: rgb(161,239,180); }
td.TdClassName
{
border-color: #A1EFB4;
}
.TagClassName
{
border-color: #A1EFB4;
}
</style>