#A1E8B3

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

Shades of Celadon #A1E8B3

Tints of Celadon #A1E8B3

Color information

#A1E8B3 (or 0xA1E8B3) is unknown color: approx Celadon. HEX triplet: A1, E8 and B3. RGB value is (161,232,179). Sum of RGB (Red+Green+Blue) = 161+232+179=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 232 (91.02% from 255 or 40.56% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E8B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E8B3 is #5E174C. Grayscale: #CCCCCC. Windows color (decimal): -6166349 or 11790497. OLE color: 11790497.

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

Color convert

RGB161232179-
CMYK0.3100.230.09
HSL135.21º60.68%77.06%-
HSV(B)135.21º30.6%90.98%-
XYZ51.6968.5453.15-
YUV204.73113.4896.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.15%
GREEN value IS 232 (91.02% from 255) = 40.56%
BLUE value IS 179 (70.31% from 255) = 31.29%
R=28.15%
G=40.56%
B=31.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612321790.3100.230.09135.2160.6877.06
HexA1E8B31F0179873d4d
Octal241350263370271120775115
Binary101000011110100010110011111110101111001100001111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E8B3; }

 p { color: rgb(161,232,179); }

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

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

 a { background-color: rgb(161,232,179); }

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

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

 span { border-color: rgb(161,232,179); }

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