#ADDABB

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

Shades of Fringy Flower #ADDABB

Tints of Fringy Flower #ADDABB

Color information

#ADDABB (or 0xADDABB) is unknown color: approx Fringy Flower. HEX triplet: AD, DA and BB. RGB value is (173,218,187). Sum of RGB (Red+Green+Blue) = 173+218+187=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDABB is #522544. Grayscale: #C9C9C9. Windows color (decimal): -5383493 or 12311213. OLE color: 12311213.

HSL color Cylindrical-coordinate representation of color #ADDABB: hue angle of 138.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDABB is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB173218187-
CMYK0.2100.140.15
HSL138.67º37.82%76.67%-
HSV(B)138.67º20.64%85.49%-
XYZ51.2762.6156.4-
YUV201.01120.09108.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.93%
GREEN value IS 218 (85.55% from 255) = 37.72%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=29.93%
G=37.72%
B=32.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732181870.2100.140.15138.6737.8276.67
HexADDABB150EF8b264d
Octal255332273250161721346115
Binary10101101110110101011101110101011101111100010111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDABB; }

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

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

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

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

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

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

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

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