#ADD9BA

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

Shades of Fringy Flower #ADD9BA

Tints of Fringy Flower #ADD9BA

Color information

#ADD9BA (or 0xADD9BA) is unknown color: approx Fringy Flower. HEX triplet: AD, D9 and BA. RGB value is (173,217,186). Sum of RGB (Red+Green+Blue) = 173+217+186=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9BA is #522645. Grayscale: #C8C8C8. Windows color (decimal): -5383750 or 12245421. OLE color: 12245421.

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

Color convert

RGB173217186-
CMYK0.2000.140.15
HSL137.73º36.67%76.47%-
HSV(B)137.73º20.28%85.1%-
XYZ50.9162.0655.75-
YUV200.31119.92108.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.03%
GREEN value IS 217 (85.16% from 255) = 37.67%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=30.03%
G=37.67%
B=32.29%

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
Decimal1732171860.2000.140.15137.7336.6776.47
HexADD9BA140EF8a254c
Octal255331272240161721245114
Binary10101101110110011011101010100011101111100010101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD9BA; }

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

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

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

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

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

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

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

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