#A6E0B1

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

Shades of Celadon #A6E0B1

Tints of Celadon #A6E0B1

Color information

#A6E0B1 (or 0xA6E0B1) is unknown color: approx Celadon. HEX triplet: A6, E0 and B1. RGB value is (166,224,177). Sum of RGB (Red+Green+Blue) = 166+224+177=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E0B1 is #591F4E. Grayscale: #C9C9C9. Windows color (decimal): -5840719 or 11657382. OLE color: 11657382.

HSL color Cylindrical-coordinate representation of color #A6E0B1: hue angle of 131.38º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E0B1 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB166224177-
CMYK0.2600.210.12
HSL131.38º48.33%76.47%-
HSV(B)131.38º25.89%87.84%-
XYZ50.3264.5951.41-
YUV201.3114.28102.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.28%
GREEN value IS 224 (87.89% from 255) = 39.51%
BLUE value IS 177 (69.53% from 255) = 31.22%
R=29.28%
G=39.51%
B=31.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662241770.2600.210.12131.3848.3376.47
HexA6E0B11A015C83304c
Octal246340261320251420360114
Binary101001101110000010110001110100101011100100000111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E0B1; }

 p { color: rgb(166,224,177); }

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

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

 a { background-color: rgb(166,224,177); }

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

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

 span { border-color: rgb(166,224,177); }

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