#A1EAAE

Color #A1EAAE Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #A1EAAE

Tints of Celadon #A1EAAE

Color information

#A1EAAE (or 0xA1EAAE) is unknown color: approx 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

RGB161234174-
CMYK0.3100.260.08
HSL130.68º63.48%77.45%-
HSV(B)130.68º31.2%91.76%-
XYZ51.7669.4850.73-
YUV205.33110.3296.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 28.30%
GREEN value IS 234 (91.80% from 255) = 41.12%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=28.30%
G=41.12%
B=30.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612341740.3100.260.08130.6863.4877.45
HexA1EAAE1F01A8833f4d
Octal241352256370321020377115
Binary101000011110101010101110111110110101000100000111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>