#A6E2BC

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

Shades of Fringy Flower #A6E2BC

Tints of Fringy Flower #A6E2BC

Color information

#A6E2BC (or 0xA6E2BC) is unknown color: approx Fringy Flower. HEX triplet: A6, E2 and BC. RGB value is (166,226,188). Sum of RGB (Red+Green+Blue) = 166+226+188=580 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.62% from 580); Green value is 226 (88.67% from 255 or 38.97% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E2BC is #591D43. Grayscale: #CBCBCB. Windows color (decimal): -5840196 or 12378790. OLE color: 12378790.

HSL color Cylindrical-coordinate representation of color #A6E2BC: hue angle of 142º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E2BC is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB166226188-
CMYK0.2700.170.11
HSL142º50.85%76.86%-
HSV(B)142º26.55%88.63%-
XYZ5266.1357.6-
YUV203.73119.12101.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.62%
GREEN value IS 226 (88.67% from 255) = 38.97%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=28.62%
G=38.97%
B=32.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662261880.2700.170.1114250.8576.86
HexA6E2BC1B011B8e334d
Octal246342274330211321663115
Binary101001101110001010111100110110100011011100011101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E2BC; }

 p { color: rgb(166,226,188); }

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

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

 a { background-color: rgb(166,226,188); }

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

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

 span { border-color: rgb(166,226,188); }

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