#ACDAB9

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

Shades of Fringy Flower #ACDAB9

Tints of Fringy Flower #ACDAB9

Color information

#ACDAB9 (or 0xACDAB9) is unknown color: approx Fringy Flower. HEX triplet: AC, DA and B9. RGB value is (172,218,185). Sum of RGB (Red+Green+Blue) = 172+218+185=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAB9 is #532546. Grayscale: #C8C8C8. Windows color (decimal): -5449031 or 12180140. OLE color: 12180140.

HSL color Cylindrical-coordinate representation of color #ACDAB9: hue angle of 136.96º degrees, saturation: 0.38, 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 #ACDAB9 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB172218185-
CMYK0.2100.150.15
HSL136.96º38.33%76.47%-
HSV(B)136.96º21.1%85.49%-
XYZ50.8462.4255.27-
YUV200.48119.26107.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 218 (85.55% from 255) = 37.91%
BLUE value IS 185 (72.66% from 255) = 32.17%
R=29.91%
G=37.91%
B=32.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722181850.2100.150.15136.9638.3376.47
HexACDAB9150FF89264c
Octal254332271250171721146114
Binary10101100110110101011100110101011111111100010011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAB9; }

 p { color: rgb(172,218,185); }

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

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

 a { background-color: rgb(172,218,185); }

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

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

 span { border-color: rgb(172,218,185); }

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