#ACD9BA

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

Shades of Fringy Flower #ACD9BA

Tints of Fringy Flower #ACD9BA

Color information

#ACD9BA (or 0xACD9BA) is unknown color: approx Fringy Flower. HEX triplet: AC, D9 and BA. RGB value is (172,217,186). Sum of RGB (Red+Green+Blue) = 172+217+186=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9BA is #532645. Grayscale: #C8C8C8. Windows color (decimal): -5449286 or 12245420. OLE color: 12245420.

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

Color convert

RGB172217186-
CMYK0.2100.140.15
HSL138.67º37.19%76.27%-
HSV(B)138.67º20.74%85.1%-
XYZ50.6961.9455.74-
YUV200.01120.09108.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 217 (85.16% from 255) = 37.74%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=29.91%
G=37.74%
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
Decimal1722171860.2100.140.15138.6737.1976.27
HexACD9BA150EF8b254c
Octal254331272250161721345114
Binary10101100110110011011101010101011101111100010111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD9BA; }

 p { color: rgb(172,217,186); }

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

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

 a { background-color: rgb(172,217,186); }

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

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

 span { border-color: rgb(172,217,186); }

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