#ACFFE6

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

Shades of Water Leaf #ACFFE6

Tints of Water Leaf #ACFFE6

Color information

#ACFFE6 (or 0xACFFE6) is unknown color: approx Water Leaf. HEX triplet: AC, FF and E6. RGB value is (172,255,230). Sum of RGB (Red+Green+Blue) = 172+255+230=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFE6 is #530019. Grayscale: #E3E3E3. Windows color (decimal): -5439514 or 15138732. OLE color: 15138732.

HSL color Cylindrical-coordinate representation of color #ACFFE6: hue angle of 161.93º 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 #ACFFE6 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB172255230-
CMYK0.3300.100
HSL161.93º100%83.73%-
HSV(B)161.93º32.55%100%-
XYZ67.068687.93-
YUV227.33129.588.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.18%
GREEN value IS 255 (100% from 255) = 38.81%
BLUE value IS 230 (90.23% from 255) = 35.01%
R=26.18%
G=38.81%
B=35.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722552300.3300.100161.9310083.73
HexACFFE6210A0a26454
Octal254377346410120242144124
Binary1010110011111111111001101000010101001010001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFE6; }

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

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

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

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

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

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

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

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