#ADD8BB

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

Shades of Fringy Flower #ADD8BB

Tints of Fringy Flower #ADD8BB

Color information

#ADD8BB (or 0xADD8BB) is unknown color: approx Fringy Flower. HEX triplet: AD, D8 and BB. RGB value is (173,216,187). Sum of RGB (Red+Green+Blue) = 173+216+187=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8BB is #522744. Grayscale: #C7C7C7. Windows color (decimal): -5384005 or 12310701. OLE color: 12310701.

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

Color convert

RGB173216187-
CMYK0.2000.130.15
HSL139.53º35.54%76.27%-
HSV(B)139.53º19.91%84.71%-
XYZ50.7661.5856.23-
YUV199.84120.75108.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.03%
GREEN value IS 216 (84.77% from 255) = 37.5%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=30.03%
G=37.5%
B=32.47%

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
Decimal1732161870.2000.130.15139.5335.5476.27
HexADD8BB140DF8c244c
Octal255330273240151721444114
Binary10101101110110001011101110100011011111100011001001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD8BB; }

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

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

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

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

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

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

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

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