#ACFFE4

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

Shades of Water Leaf #ACFFE4

Tints of Water Leaf #ACFFE4

Color information

#ACFFE4 (or 0xACFFE4) is unknown color: approx Water Leaf. HEX triplet: AC, FF and E4. RGB value is (172,255,228). Sum of RGB (Red+Green+Blue) = 172+255+228=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 228 (89.45% from 255 or 34.81% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFE4 is #53001B. Grayscale: #E3E3E3. Windows color (decimal): -5439516 or 15007660. OLE color: 15007660.

HSL color Cylindrical-coordinate representation of color #ACFFE4: hue angle of 160.48º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFE4 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB172255228-
CMYK0.3300.110
HSL160.48º100%83.73%-
HSV(B)160.48º32.55%100%-
XYZ66.7885.8986.46-
YUV227.1128.588.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.26%
GREEN value IS 255 (100% from 255) = 38.93%
BLUE value IS 228 (89.45% from 255) = 34.81%
R=26.26%
G=38.93%
B=34.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722552280.3300.110160.4810083.73
HexACFFE4210B0a06454
Octal254377344410130240144124
Binary1010110011111111111001001000010101101010000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFE4; }

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

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

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

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

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

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

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

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