#A2EBA6

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

Shades of Celadon #A2EBA6

Tints of Celadon #A2EBA6

Color information

#A2EBA6 (or 0xA2EBA6) is unknown color: approx Celadon. HEX triplet: A2, EB and A6. RGB value is (162,235,166). Sum of RGB (Red+Green+Blue) = 162+235+166=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EBA6 is #5D1459. Grayscale: #CDCDCD. Windows color (decimal): -6100058 or 10939298. OLE color: 10939298.

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

Color convert

RGB162235166-
CMYK0.3100.290.08
HSL123.29º64.6%77.84%-
HSV(B)123.29º31.06%92.16%-
XYZ51.4969.8546.85-
YUV205.31105.8297.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.77%
GREEN value IS 235 (92.19% from 255) = 41.74%
BLUE value IS 166 (65.23% from 255) = 29.48%
R=28.77%
G=41.74%
B=29.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622351660.3100.290.08123.2964.677.84
HexA2EBA61F01D87b414e
Octal2423532463703510173101116
Binary101000101110101110100110111110111011000111101110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EBA6; }

 p { color: rgb(162,235,166); }

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

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

 a { background-color: rgb(162,235,166); }

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

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

 span { border-color: rgb(162,235,166); }

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