Html Css Color HEX #A6FAB8 Fringy Flower

📋 copy color: '#A6FAB8'

red 166 ◦ green 250 ◦ blue 184

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

Shades of Fringy Flower #A6FAB8

Tints of Fringy Flower #A6FAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.67%

R = 27.67%
G = 41.67%
B = 30.67%

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

#A6FAB8 (or 0xA6FAB8) is known color: Fringy Flower. HEX triplet: A6, FA and B8. RGB value is (166,250,184). Sum of RGB (Red+Green+Blue) = 166+250+184=600 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.67% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 184 (72.27% from 255 or 30.67% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FAB8 is #590547. Grayscale: #D9D9D9. Windows color (decimal): -5834056 or 12122790. OLE color: 12122790.

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

Color convert

RGB 166 250 184 -
CMYK 0.34 0 0.26 0.02
HSL 132.86º 0.89% 0.82% -
HSV(B) 132.86º 0.34% 0.98% -
XYZ 58.56 79.94 57.69 -
YUV 217.36 109.17 91.37 -
System Red Green Blue C M Y K H S L
Decimal 166 250 184 0.34 0 0.26 0.02 132.86 0.89 0.82
Hex A6 FA B8 22 0 1A 2 85 59 52
Octal 246 372 270 42 0 32 2 205 131 122
Binary 10100110 11111010 10111000 100010 0 11010 10 10000101 1011001 1010010

Color Harmonies of #A6FAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FAB8

Black with #A6FAB8

Text Example


Text Example

White with #A6FAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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