#ACDCBF

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

Shades of Fringy Flower #ACDCBF

Tints of Fringy Flower #ACDCBF

Color information

#ACDCBF (or 0xACDCBF) is unknown color: approx Fringy Flower. HEX triplet: AC, DC and BF. RGB value is (172,220,191). Sum of RGB (Red+Green+Blue) = 172+220+191=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCBF is #532340. Grayscale: #CACACA. Windows color (decimal): -5448513 or 12573868. OLE color: 12573868.

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

Color convert

RGB172220191-
CMYK0.2200.130.14
HSL143.75º40.68%76.86%-
HSV(B)143.75º21.82%86.27%-
XYZ52.0163.7258.85-
YUV202.34121.6106.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.50%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 191 (75% from 255) = 32.76%
R=29.50%
G=37.74%
B=32.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201910.2200.130.14143.7540.6876.86
HexACDCBF160DE90294d
Octal254334277260151622051115
Binary10101100110111001011111110110011011110100100001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCBF; }

 p { color: rgb(172,220,191); }

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

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

 a { background-color: rgb(172,220,191); }

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

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

 span { border-color: rgb(172,220,191); }

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