Html Css Color HEX #A6DFB4 Fringy Flower

📋 copy color: '#A6DFB4'

red 166 ◦ green 223 ◦ blue 180

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

Shades of Fringy Flower #A6DFB4

Tints of Fringy Flower #A6DFB4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.19%

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

R = 29.17%
G = 39.19%
B = 31.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#A6DFB4 (or 0xA6DFB4) is known color: Fringy Flower. HEX triplet: A6, DF and B4. RGB value is (166,223,180). Sum of RGB (Red+Green+Blue) = 166+223+180=569 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.17% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFB4 is #59204B. Grayscale: #C9C9C9. Windows color (decimal): -5840972 or 11853734. OLE color: 11853734.

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

Color convert

RGB 166 223 180 -
CMYK 0.26 0 0.19 0.13
HSL 134.74º 0.47% 0.76% -
HSV(B) 134.74º 0.26% 0.87% -
XYZ 50.35 64.18 52.91 -
YUV 201.06 116.12 103 -
System Red Green Blue C M Y K H S L
Decimal 166 223 180 0.26 0 0.19 0.13 134.74 0.47 0.76
Hex A6 DF B4 1A 0 13 D 87 2F 4C
Octal 246 337 264 32 0 23 15 207 57 114
Binary 10100110 11011111 10110100 11010 0 10011 1101 10000111 101111 1001100

Color Harmonies of #A6DFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DFB4

Black with #A6DFB4

Text Example


Text Example

White with #A6DFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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