#ACEABC

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

Shades of Fringy Flower #ACEABC

Tints of Fringy Flower #ACEABC

Color information

#ACEABC (or 0xACEABC) is unknown color: approx Fringy Flower. HEX triplet: AC, EA and BC. RGB value is (172,234,188). Sum of RGB (Red+Green+Blue) = 172+234+188=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEABC is #531543. Grayscale: #D2D2D2. Windows color (decimal): -5444932 or 12380844. OLE color: 12380844.

HSL color Cylindrical-coordinate representation of color #ACEABC: hue angle of 135.48º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACEABC is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB172234188-
CMYK0.2600.200.08
HSL135.48º59.62%79.61%-
HSV(B)135.48º26.5%91.76%-
XYZ55.5171.2558.4-
YUV210.22115.46100.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.96%
GREEN value IS 234 (91.80% from 255) = 39.39%
BLUE value IS 188 (73.83% from 255) = 31.65%
R=28.96%
G=39.39%
B=31.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722341880.2600.200.08135.4859.6279.61
HexACEABC1A0148873c50
Octal254352274320241020774120
Binary101011001110101010111100110100101001000100001111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEABC; }

 p { color: rgb(172,234,188); }

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

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

 a { background-color: rgb(172,234,188); }

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

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

 span { border-color: rgb(172,234,188); }

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