#ACEFBE

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

Shades of Fringy Flower #ACEFBE

Tints of Fringy Flower #ACEFBE

Color information

#ACEFBE (or 0xACEFBE) is unknown color: approx Fringy Flower. HEX triplet: AC, EF and BE. RGB value is (172,239,190). Sum of RGB (Red+Green+Blue) = 172+239+190=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFBE is #531041. Grayscale: #D5D5D5. Windows color (decimal): -5443650 or 12513196. OLE color: 12513196.

HSL color Cylindrical-coordinate representation of color #ACEFBE: hue angle of 136.12º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEFBE is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB172239190-
CMYK0.2800.210.06
HSL136.12º67.68%80.59%-
HSV(B)136.12º28.03%93.73%-
XYZ57.1774.2260.03-
YUV213.38114.898.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.62%
GREEN value IS 239 (93.75% from 255) = 39.77%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=28.62%
G=39.77%
B=31.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722391900.2800.210.06136.1267.6880.59
HexACEFBE1C0156884451
Octal254357276340256210104121
Binary101011001110111110111110111000101011101000100010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEFBE; }

 p { color: rgb(172,239,190); }

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

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

 a { background-color: rgb(172,239,190); }

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

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

 span { border-color: rgb(172,239,190); }

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