#A6EAB0

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

Shades of Celadon #A6EAB0

Tints of Celadon #A6EAB0

Color information

#A6EAB0 (or 0xA6EAB0) is unknown color: approx Celadon. HEX triplet: A6, EA and B0. RGB value is (166,234,176). Sum of RGB (Red+Green+Blue) = 166+234+176=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EAB0 is #59154F. Grayscale: #CFCFCF. Windows color (decimal): -5838160 or 11594406. OLE color: 11594406.

HSL color Cylindrical-coordinate representation of color #A6EAB0: hue angle of 128.82º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EAB0 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB166234176-
CMYK0.2900.250.08
HSL128.82º61.82%78.43%-
HSV(B)128.82º29.06%91.76%-
XYZ52.9970.0951.81-
YUV207.06110.4798.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.82%
GREEN value IS 234 (91.80% from 255) = 40.62%
BLUE value IS 176 (69.14% from 255) = 30.56%
R=28.82%
G=40.62%
B=30.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662341760.2900.250.08128.8261.8278.43
HexA6EAB01D0198813e4e
Octal246352260350311020176116
Binary101001101110101010110000111010110011000100000011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EAB0; }

 p { color: rgb(166,234,176); }

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

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

 a { background-color: rgb(166,234,176); }

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

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

 span { border-color: rgb(166,234,176); }

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