#A6FBAF

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

Shades of Celadon #A6FBAF

Tints of Celadon #A6FBAF

Color information

#A6FBAF (or 0xA6FBAF) is unknown color: approx Celadon. HEX triplet: A6, FB and AF. RGB value is (166,251,175). Sum of RGB (Red+Green+Blue) = 166+251+175=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6FBAF is #590450. Grayscale: #D9D9D9. Windows color (decimal): -5833809 or 11533222. OLE color: 11533222.

HSL color Cylindrical-coordinate representation of color #A6FBAF: hue angle of 126.35º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FBAF is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB166251175-
CMYK0.3400.300.02
HSL126.35º91.4%81.76%-
HSV(B)126.35º33.86%98.43%-
XYZ57.9680.252.98-
YUV216.92104.3491.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.04%
GREEN value IS 251 (98.44% from 255) = 42.40%
BLUE value IS 175 (68.75% from 255) = 29.56%
R=28.04%
G=42.40%
B=29.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662511750.3400.300.02126.3591.481.76
HexA6FBAF2201E27e5b52
Octal246373257420362176133122
Binary10100110111110111010111110001001111010111111010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FBAF; }

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

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

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

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

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

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

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

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