#A6E3BD

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

Shades of Fringy Flower #A6E3BD

Tints of Fringy Flower #A6E3BD

Color information

#A6E3BD (or 0xA6E3BD) is unknown color: approx Fringy Flower. HEX triplet: A6, E3 and BD. RGB value is (166,227,189). Sum of RGB (Red+Green+Blue) = 166+227+189=582 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.52% from 582); Green value is 227 (89.06% from 255 or 39.00% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E3BD is #591C42. Grayscale: #CCCCCC. Windows color (decimal): -5839939 or 12444582. OLE color: 12444582.

HSL color Cylindrical-coordinate representation of color #A6E3BD: hue angle of 142.62º degrees, saturation: 0.52, 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 #A6E3BD is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB166227189-
CMYK0.2700.170.11
HSL142.62º52.14%77.06%-
HSV(B)142.62º26.87%89.02%-
XYZ52.3866.7258.26-
YUV204.43119.29100.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.52%
GREEN value IS 227 (89.06% from 255) = 39.00%
BLUE value IS 189 (74.22% from 255) = 32.47%
R=28.52%
G=39.00%
B=32.47%

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
Decimal1662271890.2700.170.11142.6252.1477.06
HexA6E3BD1B011B8f344d
Octal246343275330211321764115
Binary101001101110001110111101110110100011011100011111101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E3BD; }

 p { color: rgb(166,227,189); }

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

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

 a { background-color: rgb(166,227,189); }

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

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

 span { border-color: rgb(166,227,189); }

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