#A6FDB0

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

Shades of Celadon #A6FDB0

Tints of Celadon #A6FDB0

Color information

#A6FDB0 (or 0xA6FDB0) is unknown color: approx Celadon. HEX triplet: A6, FD and B0. RGB value is (166,253,176). Sum of RGB (Red+Green+Blue) = 166+253+176=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 176 (69.14% from 255 or 29.58% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6FDB0 is #59024F. Grayscale: #DADADA. Windows color (decimal): -5833296 or 11599270. OLE color: 11599270.

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

Color convert

RGB166253176-
CMYK0.3400.300.01
HSL126.9º95.6%82.16%-
HSV(B)126.9º34.39%99.22%-
XYZ58.6981.4953.71-
YUV218.21104.1890.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.90%
GREEN value IS 253 (99.22% from 255) = 42.52%
BLUE value IS 176 (69.14% from 255) = 29.58%
R=27.90%
G=42.52%
B=29.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1662531760.3400.300.01126.995.682.16
HexA6FDB02201E17f6052
Octal246375260420361177140122
Binary1010011011111101101100001000100111101111111111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FDB0; }

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

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

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

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

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

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

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

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