Html Css Color HEX #A6ECBA Fringy Flower

📋 copy color: '#A6ECBA'

red 166 ◦ green 236 ◦ blue 186

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

Shades of Fringy Flower #A6ECBA

Tints of Fringy Flower #A6ECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.14%

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

R = 28.23%
G = 40.14%
B = 31.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#A6ECBA (or 0xA6ECBA) is known color: Fringy Flower. HEX triplet: A6, EC and BA. RGB value is (166,236,186). Sum of RGB (Red+Green+Blue) = 166+236+186=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECBA is #591345. Grayscale: #D1D1D1. Windows color (decimal): -5837638 or 12250278. OLE color: 12250278.

HSL color Cylindrical-coordinate representation of color #A6ECBA: hue angle of 137.14º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6ECBA is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 236 186 -
CMYK 0.30 0 0.21 0.07
HSL 137.14º 0.65% 0.79% -
HSV(B) 137.14º 0.3% 0.93% -
XYZ 54.58 71.64 57.41 -
YUV 209.37 114.81 97.07 -
System Red Green Blue C M Y K H S L
Decimal 166 236 186 0.30 0 0.21 0.07 137.14 0.65 0.79
Hex A6 EC BA 1E 0 15 7 89 41 4F
Octal 246 354 272 36 0 25 7 211 101 117
Binary 10100110 11101100 10111010 11110 0 10101 111 10001001 1000001 1001111

Color Harmonies of #A6ECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ECBA

Black with #A6ECBA

Text Example


Text Example

White with #A6ECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ECBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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