#ADD7BB

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

Shades of Fringy Flower #ADD7BB

Tints of Fringy Flower #ADD7BB

Color information

#ADD7BB (or 0xADD7BB) is unknown color: approx Fringy Flower. HEX triplet: AD, D7 and BB. RGB value is (173,215,187). Sum of RGB (Red+Green+Blue) = 173+215+187=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7BB is #522844. Grayscale: #C7C7C7. Windows color (decimal): -5384261 or 12310445. OLE color: 12310445.

HSL color Cylindrical-coordinate representation of color #ADD7BB: hue angle of 140º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD7BB is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB173215187-
CMYK0.2000.130.16
HSL140º34.43%76.08%-
HSV(B)140º19.53%84.31%-
XYZ50.561.0756.14-
YUV199.25121.09109.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.09%
GREEN value IS 215 (84.38% from 255) = 37.39%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=30.09%
G=37.39%
B=32.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732151870.2000.130.1614034.4376.08
HexADD7BB140D108c224c
Octal255327273240152021442114
Binary101011011101011110111011101000110110000100011001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD7BB; }

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

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

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

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

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

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

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

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