#A2EAAE

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

Shades of Celadon #A2EAAE

Tints of Celadon #A2EAAE

Color information

#A2EAAE (or 0xA2EAAE) is unknown color: approx Celadon. HEX triplet: A2, EA and AE. RGB value is (162,234,174). Sum of RGB (Red+Green+Blue) = 162+234+174=570 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.42% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EAAE is #5D1551. Grayscale: #CDCDCD. Windows color (decimal): -6100306 or 11463330. OLE color: 11463330.

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

Color convert

RGB162234174-
CMYK0.3100.260.08
HSL130º63.16%77.65%-
HSV(B)130º30.77%91.76%-
XYZ51.9669.5850.74-
YUV205.63110.1596.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.42%
GREEN value IS 234 (91.80% from 255) = 41.05%
BLUE value IS 174 (68.36% from 255) = 30.53%
R=28.42%
G=41.05%
B=30.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622341740.3100.260.0813063.1677.65
HexA2EAAE1F01A8823f4e
Octal242352256370321020277116
Binary101000101110101010101110111110110101000100000101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EAAE; }

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

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

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

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

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

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

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

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