#ACDDBB

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

Shades of Fringy Flower #ACDDBB

Tints of Fringy Flower #ACDDBB

Color information

#ACDDBB (or 0xACDDBB) is unknown color: approx Fringy Flower. HEX triplet: AC, DD and BB. RGB value is (172,221,187). Sum of RGB (Red+Green+Blue) = 172+221+187=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDBB is #532244. Grayscale: #CACACA. Windows color (decimal): -5448261 or 12311980. OLE color: 12311980.

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

Color convert

RGB172221187-
CMYK0.2200.150.13
HSL138.37º41.88%77.06%-
HSV(B)138.37º22.17%86.67%-
XYZ51.8464.0756.65-
YUV202.47119.27106.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.66%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 187 (73.44% from 255) = 32.24%
R=29.66%
G=38.10%
B=32.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211870.2200.150.13138.3741.8877.06
HexACDDBB160FD8a2a4d
Octal254335273260171521252115
Binary10101100110111011011101110110011111101100010101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDBB; }

 p { color: rgb(172,221,187); }

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

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

 a { background-color: rgb(172,221,187); }

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

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

 span { border-color: rgb(172,221,187); }

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