#ACEFE4

Color #ACEFE4 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #ACEFE4

Tints of Water Leaf #ACEFE4

Color information

#ACEFE4 (or 0xACEFE4) is unknown color: approx Water Leaf. HEX triplet: AC, EF and E4. RGB value is (172,239,228). Sum of RGB (Red+Green+Blue) = 172+239+228=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFE4 is #53101B. Grayscale: #D9D9D9. Windows color (decimal): -5443612 or 15003564. OLE color: 15003564.

HSL color Cylindrical-coordinate representation of color #ACEFE4: hue angle of 170.15º 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 #ACEFE4 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB172239228-
CMYK0.2800.050.06
HSL170.15º67.68%80.59%-
HSV(B)170.15º28.03%93.73%-
XYZ61.8876.1184.83-
YUV217.71133.895.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.92%
GREEN value IS 239 (93.75% from 255) = 37.40%
BLUE value IS 228 (89.45% from 255) = 35.68%
R=26.92%
G=37.40%
B=35.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722392280.2800.050.06170.1567.6880.59
HexACEFE41C056aa4451
Octal25435734434056252104121
Binary1010110011101111111001001110001011101010101010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEFE4; }

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

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

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

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

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

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

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

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