Shades of Celadon #A1EAAE
Tints of Celadon #A1EAAE
RGB
CMYK
RGB Variations
Color information
#A1EAAE (or 0xA1EAAE) is known color: Celadon. HEX triplet: A1, EA and AE. RGB value is (161,234,174). Sum of RGB (Red+Green+Blue) = 161+234+174=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EAAE is #5E1551. Grayscale: #CDCDCD. Windows color (decimal): -6165842 or 11463329. OLE color: 11463329.
HSL color Cylindrical-coordinate representation of color #A1EAAE: hue angle of 130.68º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EAAE is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 174 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.08 |
| HSL | 130.68º | 0.63% | 0.77% | - |
| HSV(B) | 130.68º | 0.31% | 0.92% | - |
| XYZ | 51.76 | 69.48 | 50.73 | - |
| YUV | 205.33 | 110.32 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 174 | 0.31 | 0 | 0.26 | 0.08 | 130.68 | 0.63 | 0.77 |
| Hex | A1 | EA | AE | 1F | 0 | 1A | 8 | 83 | 3F | 4D |
| Octal | 241 | 352 | 256 | 37 | 0 | 32 | 10 | 203 | 77 | 115 |
| Binary | 10100001 | 11101010 | 10101110 | 11111 | 0 | 11010 | 1000 | 10000011 | 111111 | 1001101 |
Color Harmonies of #A1EAAE
Complementary color
Monochromatic Colors of #A1EAAE
Black with #A1EAAE
Text Example
Text Example
White with #A1EAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EAAE; }
p { color: rgb(161,234,174); }
H1.HeaderClassName
{
color: #A1EAAE;
}
.AnyTagClassName
{
color: #A1EAAE;
}
</style>
background-color css
<style>
a { background-color: #A1EAAE; }
a { background-color: rgb(161,234,174); }
div.DivClassName
{
background-color: #A1EAAE;
}
.BgClassName
{
background-color: #A1EAAE;
}
</style>
border-color css
<style>
span { border-color: #A1EAAE; }
span { border-color: rgb(161,234,174); }
td.TdClassName
{
border-color: #A1EAAE;
}
.TagClassName
{
border-color: #A1EAAE;
}
</style>