#ADDDBA

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

Shades of Fringy Flower #ADDDBA

Tints of Fringy Flower #ADDDBA

Color information

#ADDDBA (or 0xADDDBA) is unknown color: approx Fringy Flower. HEX triplet: AD, DD and BA. RGB value is (173,221,186). Sum of RGB (Red+Green+Blue) = 173+221+186=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDBA is #522245. Grayscale: #CACACA. Windows color (decimal): -5382726 or 12246445. OLE color: 12246445.

HSL color Cylindrical-coordinate representation of color #ADDDBA: hue angle of 136.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 #ADDDBA is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB173221186-
CMYK0.2200.160.13
HSL136.25º41.38%77.25%-
HSV(B)136.25º21.72%86.67%-
XYZ51.9564.1456.1-
YUV202.66118.6106.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.83%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=29.83%
G=38.10%
B=32.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732211860.2200.160.13136.2541.3877.25
HexADDDBA16010D88294d
Octal255335272260201521051115
Binary101011011101110110111010101100100001101100010001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDBA; }

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

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

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

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

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

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

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

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