#A6EBAE

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

Shades of Celadon #A6EBAE

Tints of Celadon #A6EBAE

Color information

#A6EBAE (or 0xA6EBAE) is unknown color: approx Celadon. HEX triplet: A6, EB and AE. RGB value is (166,235,174). Sum of RGB (Red+Green+Blue) = 166+235+174=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EBAE is #591451. Grayscale: #CFCFCF. Windows color (decimal): -5837906 or 11463590. OLE color: 11463590.

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

Color convert

RGB166235174-
CMYK0.2900.260.08
HSL126.96º63.3%78.63%-
HSV(B)126.96º29.36%92.16%-
XYZ53.0770.5850.87-
YUV207.42109.1498.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.87%
GREEN value IS 235 (92.19% from 255) = 40.87%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=28.87%
G=40.87%
B=30.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662351740.2900.260.08126.9663.378.63
HexA6EBAE1D01A87f3f4f
Octal246353256350321017777117
Binary10100110111010111010111011101011010100011111111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EBAE; }

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

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

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

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

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

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

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

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