#A3EBAE

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

Shades of Celadon #A3EBAE

Tints of Celadon #A3EBAE

Color information

#A3EBAE (or 0xA3EBAE) is unknown color: approx Celadon. HEX triplet: A3, EB and AE. RGB value is (163,235,174). Sum of RGB (Red+Green+Blue) = 163+235+174=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3EBAE is #5C1451. Grayscale: #CECECE. Windows color (decimal): -6034514 or 11463587. OLE color: 11463587.

HSL color Cylindrical-coordinate representation of color #A3EBAE: hue angle of 129.17º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3EBAE is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB163235174-
CMYK0.3100.260.08
HSL129.17º64.29%78.04%-
HSV(B)129.17º30.64%92.16%-
XYZ52.4570.2650.84-
YUV206.52109.6596.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.50%
GREEN value IS 235 (92.19% from 255) = 41.08%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=28.50%
G=41.08%
B=30.42%

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
Decimal1632351740.3100.260.08129.1764.2978.04
HexA3EBAE1F01A881404e
Octal2433532563703210201100116
Binary1010001111101011101011101111101101010001000000110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EBAE; }

 p { color: rgb(163,235,174); }

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

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

 a { background-color: rgb(163,235,174); }

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

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

 span { border-color: rgb(163,235,174); }

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