#A1EAB0

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

Shades of Celadon #A1EAB0

Tints of Celadon #A1EAB0

Color information

#A1EAB0 (or 0xA1EAB0) is unknown color: approx Celadon. HEX triplet: A1, EA and B0. RGB value is (161,234,176). Sum of RGB (Red+Green+Blue) = 161+234+176=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EAB0 is #5E154F. Grayscale: #CDCDCD. Windows color (decimal): -6165840 or 11594401. OLE color: 11594401.

HSL color Cylindrical-coordinate representation of color #A1EAB0: hue angle of 132.33º 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 #A1EAB0 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB161234176-
CMYK0.3100.250.08
HSL132.33º63.48%77.45%-
HSV(B)132.33º31.2%91.76%-
XYZ51.9669.5651.76-
YUV205.56111.3296.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.20%
GREEN value IS 234 (91.80% from 255) = 40.98%
BLUE value IS 176 (69.14% from 255) = 30.82%
R=28.20%
G=40.98%
B=30.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612341760.3100.250.08132.3363.4877.45
HexA1EAB01F0198843f4d
Octal241352260370311020477115
Binary101000011110101010110000111110110011000100001001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EAB0; }

 p { color: rgb(161,234,176); }

 H1.HeaderClassName
 {
   color: #A1EAB0;
 }
 .AnyTagClassName
 {
   color: #A1EAB0;
 }
</style>
background-color css

<style>
 a { background-color: #A1EAB0; }

 a { background-color: rgb(161,234,176); }

 div.DivClassName
 {
   background-color: #A1EAB0;
 }
 .BgClassName
 {
   background-color: #A1EAB0;
 }
</style>
border-color css

<style>
 span { border-color: #A1EAB0; }

 span { border-color: rgb(161,234,176); }

 td.TdClassName
 {
   border-color: #A1EAB0;
 }
 .TagClassName
 {
   border-color: #A1EAB0;
 }
</style>