#A2ECA8

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

Shades of Celadon #A2ECA8

Tints of Celadon #A2ECA8

Color information

#A2ECA8 (or 0xA2ECA8) is unknown color: approx Celadon. HEX triplet: A2, EC and A8. RGB value is (162,236,168). Sum of RGB (Red+Green+Blue) = 162+236+168=566 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.62% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2ECA8 is #5D1357. Grayscale: #CECECE. Windows color (decimal): -6099800 or 11070626. OLE color: 11070626.

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

Color convert

RGB162236168-
CMYK0.3100.290.07
HSL124.86º66.07%78.04%-
HSV(B)124.86º31.36%92.55%-
XYZ51.9670.547.91-
YUV206.12106.4896.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.62%
GREEN value IS 236 (92.58% from 255) = 41.70%
BLUE value IS 168 (66.02% from 255) = 29.68%
R=28.62%
G=41.70%
B=29.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622361680.3100.290.07124.8666.0778.04
HexA2ECA81F01D77d424e
Octal242354250370357175102116
Binary10100010111011001010100011111011101111111110110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ECA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ECA8; }

 p { color: rgb(162,236,168); }

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

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

 a { background-color: rgb(162,236,168); }

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

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

 span { border-color: rgb(162,236,168); }

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