Html Css Color HEX #A6E0B5 Fringy Flower

📋 copy color: '#A6E0B5'

red 166 ◦ green 224 ◦ blue 181

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

Shades of Fringy Flower #A6E0B5

Tints of Fringy Flower #A6E0B5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.23%

 BLUE value IS 181 (71.09% from 255) = 31.7%

R = 29.07%
G = 39.23%
B = 31.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#A6E0B5 (or 0xA6E0B5) is known color: Fringy Flower. HEX triplet: A6, E0 and B5. RGB value is (166,224,181). Sum of RGB (Red+Green+Blue) = 166+224+181=571 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.07% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E0B5 is #591F4A. Grayscale: #C9C9C9. Windows color (decimal): -5840715 or 11919526. OLE color: 11919526.

HSL color Cylindrical-coordinate representation of color #A6E0B5: hue angle of 135.52º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E0B5 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 224 181 -
CMYK 0.26 0 0.19 0.12
HSL 135.52º 0.48% 0.76% -
HSV(B) 135.52º 0.26% 0.88% -
XYZ 50.72 64.75 53.54 -
YUV 201.76 116.28 102.5 -
System Red Green Blue C M Y K H S L
Decimal 166 224 181 0.26 0 0.19 0.12 135.52 0.48 0.76
Hex A6 E0 B5 1A 0 13 C 88 30 4C
Octal 246 340 265 32 0 23 14 210 60 114
Binary 10100110 11100000 10110101 11010 0 10011 1100 10001000 110000 1001100

Color Harmonies of #A6E0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E0B5

Black with #A6E0B5

Text Example


Text Example

White with #A6E0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E0B5; }

 p { color: rgb(166,224,181); }

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

background-color css

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

 a { background-color: rgb(166,224,181); }

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

border-color css

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

 span { border-color: rgb(166,224,181); }

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