#A7DDB4

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

Shades of Fringy Flower #A7DDB4

Tints of Fringy Flower #A7DDB4

Color information

#A7DDB4 (or 0xA7DDB4) is unknown color: approx Fringy Flower. HEX triplet: A7, DD and B4. RGB value is (167,221,180). Sum of RGB (Red+Green+Blue) = 167+221+180=568 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.40% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DDB4 is #58224B. Grayscale: #C8C8C8. Windows color (decimal): -5775948 or 11853223. OLE color: 11853223.

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

Color convert

RGB167221180-
CMYK0.2400.190.13
HSL134.44º44.26%76.08%-
HSV(B)134.44º24.43%86.67%-
XYZ50.0363.2252.75-
YUV200.18116.61104.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.40%
GREEN value IS 221 (86.72% from 255) = 38.91%
BLUE value IS 180 (70.70% from 255) = 31.69%
R=29.40%
G=38.91%
B=31.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672211800.2400.190.13134.4444.2676.08
HexA7DDB418013D862c4c
Octal247335264300231520654114
Binary101001111101110110110100110000100111101100001101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DDB4; }

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

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

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

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

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

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

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

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