#A5EAAC

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

Shades of Celadon #A5EAAC

Tints of Celadon #A5EAAC

Color information

#A5EAAC (or 0xA5EAAC) is unknown color: approx Celadon. HEX triplet: A5, EA and AC. RGB value is (165,234,172). Sum of RGB (Red+Green+Blue) = 165+234+172=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EAAC is #5A1553. Grayscale: #CECECE. Windows color (decimal): -5903700 or 11332261. OLE color: 11332261.

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

Color convert

RGB165234172-
CMYK0.2900.260.08
HSL126.09º62.16%78.24%-
HSV(B)126.09º29.49%91.76%-
XYZ52.3969.8249.75-
YUV206.3108.6498.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.90%
GREEN value IS 234 (91.80% from 255) = 40.98%
BLUE value IS 172 (67.58% from 255) = 30.12%
R=28.90%
G=40.98%
B=30.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652341720.2900.260.08126.0962.1678.24
HexA5EAAC1D01A87e3e4e
Octal245352254350321017676116
Binary10100101111010101010110011101011010100011111101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EAAC; }

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

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

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

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

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

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

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

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