#ACDABB

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

Shades of Fringy Flower #ACDABB

Tints of Fringy Flower #ACDABB

Color information

#ACDABB (or 0xACDABB) is unknown color: approx Fringy Flower. HEX triplet: AC, DA and BB. RGB value is (172,218,187). Sum of RGB (Red+Green+Blue) = 172+218+187=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDABB is #532544. Grayscale: #C8C8C8. Windows color (decimal): -5449029 or 12311212. OLE color: 12311212.

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

Color convert

RGB172218187-
CMYK0.2100.140.15
HSL139.57º38.33%76.47%-
HSV(B)139.57º21.1%85.49%-
XYZ51.0562.556.39-
YUV200.71120.26107.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.81%
GREEN value IS 218 (85.55% from 255) = 37.78%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=29.81%
G=37.78%
B=32.41%

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
Decimal1722181870.2100.140.15139.5738.3376.47
HexACDABB150EF8c264c
Octal254332273250161721446114
Binary10101100110110101011101110101011101111100011001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDABB; }

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

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

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

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

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

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

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

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