#ACE4BD

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

Shades of Fringy Flower #ACE4BD

Tints of Fringy Flower #ACE4BD

Color information

#ACE4BD (or 0xACE4BD) is unknown color: approx Fringy Flower. HEX triplet: AC, E4 and BD. RGB value is (172,228,189). Sum of RGB (Red+Green+Blue) = 172+228+189=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE4BD is #531B42. Grayscale: #CECECE. Windows color (decimal): -5446467 or 12444844. OLE color: 12444844.

HSL color Cylindrical-coordinate representation of color #ACE4BD: hue angle of 138.21º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE4BD is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB172228189-
CMYK0.2500.170.11
HSL138.21º50.91%78.43%-
HSV(B)138.21º24.56%89.41%-
XYZ53.9467.9358.41-
YUV206.81117.95103.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 228 (89.45% from 255) = 38.71%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=29.20%
G=38.71%
B=32.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722281890.2500.170.11138.2150.9178.43
HexACE4BD19011B8a334e
Octal254344275310211321263116
Binary101011001110010010111101110010100011011100010101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE4BD; }

 p { color: rgb(172,228,189); }

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

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

 a { background-color: rgb(172,228,189); }

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

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

 span { border-color: rgb(172,228,189); }

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