#A7DCB4

Color #A7DCB4 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #A7DCB4

Tints of Fringy Flower #A7DCB4

Color information

#A7DCB4 (or 0xA7DCB4) is unknown color: approx Fringy Flower. HEX triplet: A7, DC and B4. RGB value is (167,220,180). Sum of RGB (Red+Green+Blue) = 167+220+180=567 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.45% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCB4 is #58234B. Grayscale: #C7C7C7. Windows color (decimal): -5776204 or 11852967. OLE color: 11852967.

HSL color Cylindrical-coordinate representation of color #A7DCB4: hue angle of 134.72º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7DCB4 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB167220180-
CMYK0.2400.180.14
HSL134.72º43.09%75.88%-
HSV(B)134.72º24.09%86.27%-
XYZ49.7762.752.66-
YUV199.59116.94104.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.45%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 180 (70.70% from 255) = 31.75%
R=29.45%
G=38.80%
B=31.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672201800.2400.180.14134.7243.0975.88
HexA7DCB418012E872b4c
Octal247334264300221620753114
Binary101001111101110010110100110000100101110100001111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DCB4; }

 p { color: rgb(167,220,180); }

 H1.HeaderClassName
 {
   color: #A7DCB4;
 }
 .AnyTagClassName
 {
   color: #A7DCB4;
 }
</style>
background-color css

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

 a { background-color: rgb(167,220,180); }

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

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

 span { border-color: rgb(167,220,180); }

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