Html Css Color HEX #A6E7BA Fringy Flower

📋 copy color: '#A6E7BA'

red 166 ◦ green 231 ◦ blue 186

#A6E7BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #A6E7BA

Tints of Fringy Flower #A6E7BA

RGB

 RED value IS 166 (65.23% from 255) = 28.47%

 GREEN value IS 231 (90.63% from 255) = 39.62%

 BLUE value IS 186 (73.05% from 255) = 31.9%

R = 28.47%
G = 39.62%
B = 31.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#A6E7BA (or 0xA6E7BA) is known color: Fringy Flower. HEX triplet: A6, E7 and BA. RGB value is (166,231,186). Sum of RGB (Red+Green+Blue) = 166+231+186=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 231 (90.62% from 255 or 39.62% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 231 - color contains mainly: green. Hex color #A6E7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E7BA is #591845. Grayscale: #CECECE. Windows color (decimal): -5838918 or 12248998. OLE color: 12248998.

HSL color Cylindrical-coordinate representation of color #A6E7BA: hue angle of 138.46º degrees, saturation: 0.58, 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 #A6E7BA is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 231 186 -
CMYK 0.28 0 0.19 0.09
HSL 138.46º 0.58% 0.78% -
HSV(B) 138.46º 0.28% 0.91% -
XYZ 53.16 68.8 56.93 -
YUV 206.44 116.47 99.16 -
System Red Green Blue C M Y K H S L
Decimal 166 231 186 0.28 0 0.19 0.09 138.46 0.58 0.78
Hex A6 E7 BA 1C 0 13 9 8A 3A 4E
Octal 246 347 272 34 0 23 11 212 72 116
Binary 10100110 11100111 10111010 11100 0 10011 1001 10001010 111010 1001110

Color Harmonies of #A6E7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E7BA

Black with #A6E7BA

Text Example


Text Example

White with #A6E7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E7BA; }

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

 H1.HeaderClassName
 {
   color: #A6E7BA;
 }
 .AnyTagClassName
 {
   color: #A6E7BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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