#ACE1B9

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

Shades of Fringy Flower #ACE1B9

Tints of Fringy Flower #ACE1B9

Color information

#ACE1B9 (or 0xACE1B9) is unknown color: approx Fringy Flower. HEX triplet: AC, E1 and B9. RGB value is (172,225,185). Sum of RGB (Red+Green+Blue) = 172+225+185=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1B9 is #531E46. Grayscale: #CCCCCC. Windows color (decimal): -5447239 or 12181932. OLE color: 12181932.

HSL color Cylindrical-coordinate representation of color #ACE1B9: hue angle of 134.72º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1B9 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB172225185-
CMYK0.2400.180.12
HSL134.72º46.9%77.84%-
HSV(B)134.72º23.56%88.24%-
XYZ52.766.1255.88-
YUV204.59116.94104.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.55%
GREEN value IS 225 (88.28% from 255) = 38.66%
BLUE value IS 185 (72.66% from 255) = 31.79%
R=29.55%
G=38.66%
B=31.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722251850.2400.180.12134.7246.977.84
HexACE1B918012C872f4e
Octal254341271300221420757116
Binary101011001110000110111001110000100101100100001111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1B9; }

 p { color: rgb(172,225,185); }

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

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

 a { background-color: rgb(172,225,185); }

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

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

 span { border-color: rgb(172,225,185); }

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