#A2EDAD

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

Shades of Celadon #A2EDAD

Tints of Celadon #A2EDAD

Color information

#A2EDAD (or 0xA2EDAD) is unknown color: approx Celadon. HEX triplet: A2, ED and AD. RGB value is (162,237,173). Sum of RGB (Red+Green+Blue) = 162+237+173=572 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.32% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EDAD is #5D1252. Grayscale: #CFCFCF. Windows color (decimal): -6099539 or 11398562. OLE color: 11398562.

HSL color Cylindrical-coordinate representation of color #A2EDAD: hue angle of 128.8º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EDAD is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB162237173-
CMYK0.3200.270.07
HSL128.8º67.57%78.24%-
HSV(B)128.8º31.65%92.94%-
XYZ52.7371.2750.51-
YUV207.28108.6595.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.32%
GREEN value IS 237 (92.97% from 255) = 41.43%
BLUE value IS 173 (67.97% from 255) = 30.24%
R=28.32%
G=41.43%
B=30.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622371730.3200.270.07128.867.5778.24
HexA2EDAD2001B781444e
Octal242355255400337201104116
Binary1010001011101101101011011000000110111111000000110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EDAD; }

 p { color: rgb(162,237,173); }

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

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

 a { background-color: rgb(162,237,173); }

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

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

 span { border-color: rgb(162,237,173); }

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