#A3EAB4

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

Shades of Celadon #A3EAB4

Tints of Celadon #A3EAB4

Color information

#A3EAB4 (or 0xA3EAB4) is unknown color: approx Celadon. HEX triplet: A3, EA and B4. RGB value is (163,234,180). Sum of RGB (Red+Green+Blue) = 163+234+180=577 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.25% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EAB4 is #5C154B. Grayscale: #CECECE. Windows color (decimal): -6034764 or 11856547. OLE color: 11856547.

HSL color Cylindrical-coordinate representation of color #A3EAB4: hue angle of 134.37º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3EAB4 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB163234180-
CMYK0.3000.230.08
HSL134.37º62.83%77.84%-
HSV(B)134.37º30.34%91.76%-
XYZ52.7769.9353.9-
YUV206.62112.9896.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.25%
GREEN value IS 234 (91.80% from 255) = 40.55%
BLUE value IS 180 (70.70% from 255) = 31.20%
R=28.25%
G=40.55%
B=31.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632341800.3000.230.08134.3762.8377.84
HexA3EAB41E0178863f4e
Octal243352264360271020677116
Binary101000111110101010110100111100101111000100001101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EAB4; }

 p { color: rgb(163,234,180); }

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

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

 a { background-color: rgb(163,234,180); }

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

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

 span { border-color: rgb(163,234,180); }

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