#ACDBB4

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

Shades of Fringy Flower #ACDBB4

Tints of Fringy Flower #ACDBB4

Color information

#ACDBB4 (or 0xACDBB4) is unknown color: approx Fringy Flower. HEX triplet: AC, DB and B4. RGB value is (172,219,180). Sum of RGB (Red+Green+Blue) = 172+219+180=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBB4 is #53244B. Grayscale: #C8C8C8. Windows color (decimal): -5448780 or 11852716. OLE color: 11852716.

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

Color convert

RGB172219180-
CMYK0.2100.180.14
HSL130.21º39.5%76.67%-
HSV(B)130.21º21.46%85.88%-
XYZ50.5862.7352.62-
YUV200.5116.43107.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 219 (85.94% from 255) = 38.35%
BLUE value IS 180 (70.70% from 255) = 31.52%
R=30.12%
G=38.35%
B=31.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722191800.2100.180.14130.2139.576.67
HexACDBB415012E82274d
Octal254333264250221620247115
Binary101011001101101110110100101010100101110100000101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBB4; }

 p { color: rgb(172,219,180); }

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

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

 a { background-color: rgb(172,219,180); }

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

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

 span { border-color: rgb(172,219,180); }

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