#ADD9B4

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

Shades of Fringy Flower #ADD9B4

Tints of Fringy Flower #ADD9B4

Color information

#ADD9B4 (or 0xADD9B4) is unknown color: approx Fringy Flower. HEX triplet: AD, D9 and B4. RGB value is (173,217,180). Sum of RGB (Red+Green+Blue) = 173+217+180=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9B4 is #52264B. Grayscale: #C7C7C7. Windows color (decimal): -5383756 or 11852205. OLE color: 11852205.

HSL color Cylindrical-coordinate representation of color #ADD9B4: hue angle of 129.55º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD9B4 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB173217180-
CMYK0.2000.170.15
HSL129.55º36.67%76.47%-
HSV(B)129.55º20.28%85.1%-
XYZ50.2861.8152.46-
YUV199.63116.92109.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 217 (85.16% from 255) = 38.07%
BLUE value IS 180 (70.70% from 255) = 31.58%
R=30.35%
G=38.07%
B=31.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732171800.2000.170.15129.5536.6776.47
HexADD9B414011F82254c
Octal255331264240211720245114
Binary101011011101100110110100101000100011111100000101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD9B4; }

 p { color: rgb(173,217,180); }

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

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

 a { background-color: rgb(173,217,180); }

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

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

 span { border-color: rgb(173,217,180); }

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