#acdfba

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

Shades of Fringy Flower #ACDFBA

Tints of Fringy Flower #ACDFBA

Color information

#ACDFBA (or 0xACDFBA) is unknown color: approx Fringy Flower. HEX triplet: AC, DF and BA. RGB value is (172,223,186). Sum of RGB (Red+Green+Blue) = 172+223+186=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFBA is #532045. Grayscale: #CBCBCB. Windows color (decimal): -5447750 or 12246956. OLE color: 12246956.

HSL color Cylindrical-coordinate representation of color #ACDFBA: hue angle of 136.47º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFBA is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB172223186-
CMYK0.2300.170.13
HSL136.47º44.35%77.45%-
HSV(B)136.47º22.87%87.45%-
XYZ52.2665.0956.26-
YUV203.53118.1105.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.60%
GREEN value IS 223 (87.5% from 255) = 38.38%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=29.60%
G=38.38%
B=32.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722231860.2300.170.13136.4744.3577.45
HexACDFBA17011D882c4d
Octal254337272270211521054115
Binary101011001101111110111010101110100011101100010001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acdfba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acdfba; }

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

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

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

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

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

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

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

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