#A5EBAC

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

Shades of Celadon #A5EBAC

Tints of Celadon #A5EBAC

Color information

#A5EBAC (or 0xA5EBAC) is unknown color: approx Celadon. HEX triplet: A5, EB and AC. RGB value is (165,235,172). Sum of RGB (Red+Green+Blue) = 165+235+172=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EBAC is #5A1453. Grayscale: #CFCFCF. Windows color (decimal): -5903444 or 11332517. OLE color: 11332517.

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

Color convert

RGB165235172-
CMYK0.3000.270.08
HSL126º63.64%78.43%-
HSV(B)126º29.79%92.16%-
XYZ52.6770.3949.84-
YUV206.89108.3198.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.85%
GREEN value IS 235 (92.19% from 255) = 41.08%
BLUE value IS 172 (67.58% from 255) = 30.07%
R=28.85%
G=41.08%
B=30.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652351720.3000.270.0812663.6478.43
HexA5EBAC1E01B87e404e
Octal2453532543603310176100116
Binary101001011110101110101100111100110111000111111010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EBAC; }

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

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

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

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

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

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

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

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