#ADDDB6

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

Shades of Fringy Flower #ADDDB6

Tints of Fringy Flower #ADDDB6

Color information

#ADDDB6 (or 0xADDDB6) is unknown color: approx Fringy Flower. HEX triplet: AD, DD and B6. RGB value is (173,221,182). Sum of RGB (Red+Green+Blue) = 173+221+182=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDB6 is #522249. Grayscale: #CACACA. Windows color (decimal): -5382730 or 11984301. OLE color: 11984301.

HSL color Cylindrical-coordinate representation of color #ADDDB6: hue angle of 131.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDDB6 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB173221182-
CMYK0.2200.180.13
HSL131.25º41.38%77.25%-
HSV(B)131.25º21.72%86.67%-
XYZ51.5363.9753.89-
YUV202.2116.6107.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.03%
GREEN value IS 221 (86.72% from 255) = 38.37%
BLUE value IS 182 (71.48% from 255) = 31.60%
R=30.03%
G=38.37%
B=31.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732211820.2200.180.13131.2541.3877.25
HexADDDB616012D83294d
Octal255335266260221520351115
Binary101011011101110110110110101100100101101100000111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDB6; }

 p { color: rgb(173,221,182); }

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

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

 a { background-color: rgb(173,221,182); }

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

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

 span { border-color: rgb(173,221,182); }

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