Html Css Color HEX #A6FABA Fringy Flower

📋 copy color: '#A6FABA'

red 166 ◦ green 250 ◦ blue 186

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

Shades of Fringy Flower #A6FABA

Tints of Fringy Flower #A6FABA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.53%

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

R = 27.57%
G = 41.53%
B = 30.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#A6FABA (or 0xA6FABA) is known color: Fringy Flower. HEX triplet: A6, FA and BA. RGB value is (166,250,186). Sum of RGB (Red+Green+Blue) = 166+250+186=602 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.57% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FABA is #590545. Grayscale: #D9D9D9. Windows color (decimal): -5834054 or 12253862. OLE color: 12253862.

HSL color Cylindrical-coordinate representation of color #A6FABA: hue angle of 134.29º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FABA is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 250 186 -
CMYK 0.34 0 0.26 0.02
HSL 134.29º 0.89% 0.82% -
HSV(B) 134.29º 0.34% 0.98% -
XYZ 58.77 80.02 58.8 -
YUV 217.59 110.17 91.2 -
System Red Green Blue C M Y K H S L
Decimal 166 250 186 0.34 0 0.26 0.02 134.29 0.89 0.82
Hex A6 FA BA 22 0 1A 2 86 59 52
Octal 246 372 272 42 0 32 2 206 131 122
Binary 10100110 11111010 10111010 100010 0 11010 10 10000110 1011001 1010010

Color Harmonies of #A6FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FABA

Black with #A6FABA

Text Example


Text Example

White with #A6FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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