#A6E8BA

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

Shades of Fringy Flower #A6E8BA

Tints of Fringy Flower #A6E8BA

Color information

#A6E8BA (or 0xA6E8BA) is unknown color: approx Fringy Flower. HEX triplet: A6, E8 and BA. RGB value is (166,232,186). Sum of RGB (Red+Green+Blue) = 166+232+186=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 232 (91.02% from 255 or 39.73% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 232 - color contains mainly: green. Hex color #A6E8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E8BA is #591745. Grayscale: #CFCFCF. Windows color (decimal): -5838662 or 12249254. OLE color: 12249254.

HSL color Cylindrical-coordinate representation of color #A6E8BA: hue angle of 138.18º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E8BA is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB166232186-
CMYK0.2800.200.09
HSL138.18º58.93%78.04%-
HSV(B)138.18º28.45%90.98%-
XYZ53.4569.3757.03-
YUV207.02116.1398.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.42%
GREEN value IS 232 (91.02% from 255) = 39.73%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=28.42%
G=39.73%
B=31.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1662321860.2800.200.09138.1858.9378.04
HexA6E8BA1C01498a3b4e
Octal246350272340241121273116
Binary101001101110100010111010111000101001001100010101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E8BA; }

 p { color: rgb(166,232,186); }

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

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

 a { background-color: rgb(166,232,186); }

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

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

 span { border-color: rgb(166,232,186); }

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