#ADD9B5

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

Shades of Fringy Flower #ADD9B5

Tints of Fringy Flower #ADD9B5

Color information

#ADD9B5 (or 0xADD9B5) is unknown color: approx Fringy Flower. HEX triplet: AD, D9 and B5. RGB value is (173,217,181). Sum of RGB (Red+Green+Blue) = 173+217+181=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9B5 is #52264A. Grayscale: #C7C7C7. Windows color (decimal): -5383755 or 11917741. OLE color: 11917741.

HSL color Cylindrical-coordinate representation of color #ADD9B5: hue angle of 130.91º 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 #ADD9B5 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB173217181-
CMYK0.2000.170.15
HSL130.91º36.67%76.47%-
HSV(B)130.91º20.28%85.1%-
XYZ50.3961.8553-
YUV199.74117.42108.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.30%
GREEN value IS 217 (85.16% from 255) = 38.00%
BLUE value IS 181 (71.09% from 255) = 31.70%
R=30.30%
G=38.00%
B=31.70%

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
Decimal1732171810.2000.170.15130.9136.6776.47
HexADD9B514011F83254c
Octal255331265240211720345114
Binary101011011101100110110101101000100011111100000111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD9B5; }

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

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

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

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

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

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

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

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