#ADD9BD

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

Shades of Fringy Flower #ADD9BD

Tints of Fringy Flower #ADD9BD

Color information

#ADD9BD (or 0xADD9BD) is unknown color: approx Fringy Flower. HEX triplet: AD, D9 and BD. RGB value is (173,217,189). Sum of RGB (Red+Green+Blue) = 173+217+189=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9BD is #522642. Grayscale: #C8C8C8. Windows color (decimal): -5383747 or 12442029. OLE color: 12442029.

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

Color convert

RGB173217189-
CMYK0.2000.130.15
HSL141.82º36.67%76.47%-
HSV(B)141.82º20.28%85.1%-
XYZ51.2362.1857.45-
YUV200.65121.42108.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.88%
GREEN value IS 217 (85.16% from 255) = 37.48%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=29.88%
G=37.48%
B=32.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732171890.2000.130.15141.8236.6776.47
HexADD9BD140DF8e254c
Octal255331275240151721645114
Binary10101101110110011011110110100011011111100011101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD9BD; }

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

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

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

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

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

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

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

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