#A4EAAE

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

Shades of Celadon #A4EAAE

Tints of Celadon #A4EAAE

Color information

#A4EAAE (or 0xA4EAAE) is unknown color: approx Celadon. HEX triplet: A4, EA and AE. RGB value is (164,234,174). Sum of RGB (Red+Green+Blue) = 164+234+174=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EAAE is #5B1551. Grayscale: #CECECE. Windows color (decimal): -5969234 or 11463332. OLE color: 11463332.

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

Color convert

RGB164234174-
CMYK0.3000.260.08
HSL128.57º62.5%78.04%-
HSV(B)128.57º29.91%91.76%-
XYZ52.3769.7950.76-
YUV206.23109.8197.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.67%
GREEN value IS 234 (91.80% from 255) = 40.91%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=28.67%
G=40.91%
B=30.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642341740.3000.260.08128.5762.578.04
HexA4EAAE1E01A8813e4e
Octal244352256360321020176116
Binary101001001110101010101110111100110101000100000011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EAAE; }

 p { color: rgb(164,234,174); }

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

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

 a { background-color: rgb(164,234,174); }

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

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

 span { border-color: rgb(164,234,174); }

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