#ADD9BB

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

Shades of Fringy Flower #ADD9BB

Tints of Fringy Flower #ADD9BB

Color information

#ADD9BB (or 0xADD9BB) is unknown color: approx Fringy Flower. HEX triplet: AD, D9 and BB. RGB value is (173,217,187). Sum of RGB (Red+Green+Blue) = 173+217+187=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9BB is #522644. Grayscale: #C8C8C8. Windows color (decimal): -5383749 or 12310957. OLE color: 12310957.

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

Color convert

RGB173217187-
CMYK0.2000.140.15
HSL139.09º36.67%76.47%-
HSV(B)139.09º20.28%85.1%-
XYZ51.0262.156.31-
YUV200.42120.42108.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.98%
GREEN value IS 217 (85.16% from 255) = 37.61%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=29.98%
G=37.61%
B=32.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732171870.2000.140.15139.0936.6776.47
HexADD9BB140EF8b254c
Octal255331273240161721345114
Binary10101101110110011011101110100011101111100010111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD9BB; }

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

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

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

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

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

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

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

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