#ADDCB9

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

Shades of Fringy Flower #ADDCB9

Tints of Fringy Flower #ADDCB9

Color information

#ADDCB9 (or 0xADDCB9) is unknown color: approx Fringy Flower. HEX triplet: AD, DC and B9. RGB value is (173,220,185). Sum of RGB (Red+Green+Blue) = 173+220+185=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCB9 is #522346. Grayscale: #CACACA. Windows color (decimal): -5382983 or 12180653. OLE color: 12180653.

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

Color convert

RGB173220185-
CMYK0.2100.160.14
HSL135.32º40.17%77.06%-
HSV(B)135.32º21.36%86.27%-
XYZ51.5863.5755.45-
YUV201.96118.43107.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.93%
GREEN value IS 220 (86.33% from 255) = 38.06%
BLUE value IS 185 (72.66% from 255) = 32.01%
R=29.93%
G=38.06%
B=32.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732201850.2100.160.14135.3240.1777.06
HexADDCB915010E87284d
Octal255334271250201620750115
Binary101011011101110010111001101010100001110100001111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCB9; }

 p { color: rgb(173,220,185); }

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

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

 a { background-color: rgb(173,220,185); }

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

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

 span { border-color: rgb(173,220,185); }

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