#A3EBA5

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

Shades of Celadon #A3EBA5

Tints of Celadon #A3EBA5

Color information

#A3EBA5 (or 0xA3EBA5) is unknown color: approx Celadon. HEX triplet: A3, EB and A5. RGB value is (163,235,165). Sum of RGB (Red+Green+Blue) = 163+235+165=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3EBA5 is #5C145A. Grayscale: #CDCDCD. Windows color (decimal): -6034523 or 10873763. OLE color: 10873763.

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

Color convert

RGB163235165-
CMYK0.3100.300.08
HSL121.67º64.29%78.04%-
HSV(B)121.67º30.64%92.16%-
XYZ51.669.9246.37-
YUV205.49105.1597.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.95%
GREEN value IS 235 (92.19% from 255) = 41.74%
BLUE value IS 165 (64.84% from 255) = 29.31%
R=28.95%
G=41.74%
B=29.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632351650.3100.300.08121.6764.2978.04
HexA3EBA51F01E87a404e
Octal2433532453703610172100116
Binary101000111110101110100101111110111101000111101010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EBA5; }

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

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

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

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

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

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

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

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