#ACE4BB

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

Shades of Fringy Flower #ACE4BB

Tints of Fringy Flower #ACE4BB

Color information

#ACE4BB (or 0xACE4BB) is unknown color: approx Fringy Flower. HEX triplet: AC, E4 and BB. RGB value is (172,228,187). Sum of RGB (Red+Green+Blue) = 172+228+187=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE4BB is #531B44. Grayscale: #CECECE. Windows color (decimal): -5446469 or 12313772. OLE color: 12313772.

HSL color Cylindrical-coordinate representation of color #ACE4BB: hue angle of 136.07º 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 #ACE4BB is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB172228187-
CMYK0.2500.180.11
HSL136.07º50.91%78.43%-
HSV(B)136.07º24.56%89.41%-
XYZ53.7367.8557.28-
YUV206.58116.95103.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 228 (89.45% from 255) = 38.84%
BLUE value IS 187 (73.44% from 255) = 31.86%
R=29.30%
G=38.84%
B=31.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722281870.2500.180.11136.0750.9178.43
HexACE4BB19012B88334e
Octal254344273310221321063116
Binary101011001110010010111011110010100101011100010001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE4BB; }

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

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

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

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

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

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

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

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