#A2EEB5

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

Shades of Celadon #A2EEB5

Tints of Celadon #A2EEB5

Color information

#A2EEB5 (or 0xA2EEB5) is unknown color: approx Celadon. HEX triplet: A2, EE and B5. RGB value is (162,238,181). Sum of RGB (Red+Green+Blue) = 162+238+181=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EEB5 is #5D114A. Grayscale: #D0D0D0. Windows color (decimal): -6099275 or 11923106. OLE color: 11923106.

HSL color Cylindrical-coordinate representation of color #A2EEB5: hue angle of 135º degrees, saturation: 0.69, 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 #A2EEB5 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB162238181-
CMYK0.3200.240.07
HSL135º69.09%78.43%-
HSV(B)135º31.93%93.33%-
XYZ53.8272.1754.81-
YUV208.78112.3294.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.88%
GREEN value IS 238 (93.36% from 255) = 40.96%
BLUE value IS 181 (71.09% from 255) = 31.15%
R=27.88%
G=40.96%
B=31.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622381810.3200.240.0713569.0978.43
HexA2EEB520018787454e
Octal242356265400307207105116
Binary1010001011101110101101011000000110001111000011110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EEB5; }

 p { color: rgb(162,238,181); }

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

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

 a { background-color: rgb(162,238,181); }

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

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

 span { border-color: rgb(162,238,181); }

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