#ACFEE2

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

Shades of Water Leaf #ACFEE2

Tints of Water Leaf #ACFEE2

Color information

#ACFEE2 (or 0xACFEE2) is unknown color: approx Water Leaf. HEX triplet: AC, FE and E2. RGB value is (172,254,226). Sum of RGB (Red+Green+Blue) = 172+254+226=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEE2 is #53011D. Grayscale: #E2E2E2. Windows color (decimal): -5439774 or 14876332. OLE color: 14876332.

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

Color convert

RGB172254226-
CMYK0.3200.110.00
HSL159.51º97.62%83.53%-
HSV(B)159.51º32.28%99.61%-
XYZ66.1885.1584.9-
YUV226.29127.8389.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.38%
GREEN value IS 254 (99.61% from 255) = 38.96%
BLUE value IS 226 (88.67% from 255) = 34.66%
R=26.38%
G=38.96%
B=34.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722542260.3200.110.00159.5197.6283.53
HexACFEE2200B0a06254
Octal254376342400130240142124
Binary1010110011111110111000101000000101101010000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFEE2; }

 p { color: rgb(172,254,226); }

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

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

 a { background-color: rgb(172,254,226); }

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

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

 span { border-color: rgb(172,254,226); }

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