#A6EBAF

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

Shades of Celadon #A6EBAF

Tints of Celadon #A6EBAF

Color information

#A6EBAF (or 0xA6EBAF) is unknown color: approx Celadon. HEX triplet: A6, EB and AF. RGB value is (166,235,175). Sum of RGB (Red+Green+Blue) = 166+235+175=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EBAF is #591450. Grayscale: #CFCFCF. Windows color (decimal): -5837905 or 11529126. OLE color: 11529126.

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

Color convert

RGB166235175-
CMYK0.2900.260.08
HSL127.83º63.3%78.63%-
HSV(B)127.83º29.36%92.16%-
XYZ53.1770.6251.39-
YUV207.53109.6498.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.82%
GREEN value IS 235 (92.19% from 255) = 40.80%
BLUE value IS 175 (68.75% from 255) = 30.38%
R=28.82%
G=40.80%
B=30.38%

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
Decimal1662351750.2900.260.08127.8363.378.63
HexA6EBAF1D01A8803f4f
Octal246353257350321020077117
Binary101001101110101110101111111010110101000100000001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EBAF; }

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

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

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

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

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

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

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

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