Html Css Color HEX #A6ECBD Fringy Flower

📋 copy color: '#A6ECBD'

red 166 ◦ green 236 ◦ blue 189

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

Shades of Fringy Flower #A6ECBD

Tints of Fringy Flower #A6ECBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.98%

R = 28.09%
G = 39.93%
B = 31.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#A6ECBD (or 0xA6ECBD) is known color: Fringy Flower. HEX triplet: A6, EC and BD. RGB value is (166,236,189). Sum of RGB (Red+Green+Blue) = 166+236+189=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECBD is #591342. Grayscale: #D1D1D1. Windows color (decimal): -5837635 or 12446886. OLE color: 12446886.

HSL color Cylindrical-coordinate representation of color #A6ECBD: hue angle of 139.71º 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 #A6ECBD is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 236 189 -
CMYK 0.30 0 0.20 0.07
HSL 139.71º 0.65% 0.79% -
HSV(B) 139.71º 0.3% 0.93% -
XYZ 54.91 71.77 59.1 -
YUV 209.71 116.31 96.82 -
System Red Green Blue C M Y K H S L
Decimal 166 236 189 0.30 0 0.20 0.07 139.71 0.65 0.79
Hex A6 EC BD 1E 0 14 7 8C 41 4F
Octal 246 354 275 36 0 24 7 214 101 117
Binary 10100110 11101100 10111101 11110 0 10100 111 10001100 1000001 1001111

Color Harmonies of #A6ECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ECBD

Black with #A6ECBD

Text Example


Text Example

White with #A6ECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ECBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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