Html Css Color HEX #A6E0B4 Fringy Flower

📋 copy color: '#A6E0B4'

red 166 ◦ green 224 ◦ blue 180

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

Shades of Fringy Flower #A6E0B4

Tints of Fringy Flower #A6E0B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.58%

R = 29.12%
G = 39.3%
B = 31.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#A6E0B4 (or 0xA6E0B4) is known color: Fringy Flower. HEX triplet: A6, E0 and B4. RGB value is (166,224,180). Sum of RGB (Red+Green+Blue) = 166+224+180=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E0B4 is #591F4B. Grayscale: #C9C9C9. Windows color (decimal): -5840716 or 11853990. OLE color: 11853990.

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

Color convert

RGB 166 224 180 -
CMYK 0.26 0 0.20 0.12
HSL 134.48º 0.48% 0.76% -
HSV(B) 134.48º 0.26% 0.88% -
XYZ 50.62 64.71 53 -
YUV 201.64 115.78 102.58 -
System Red Green Blue C M Y K H S L
Decimal 166 224 180 0.26 0 0.20 0.12 134.48 0.48 0.76
Hex A6 E0 B4 1A 0 14 C 86 30 4C
Octal 246 340 264 32 0 24 14 206 60 114
Binary 10100110 11100000 10110100 11010 0 10100 1100 10000110 110000 1001100

Color Harmonies of #A6E0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E0B4

Black with #A6E0B4

Text Example


Text Example

White with #A6E0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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