#ACEEE4

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

Shades of Water Leaf #ACEEE4

Tints of Water Leaf #ACEEE4

Color information

#ACEEE4 (or 0xACEEE4) is unknown color: approx Water Leaf. HEX triplet: AC, EE and E4. RGB value is (172,238,228). Sum of RGB (Red+Green+Blue) = 172+238+228=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEE4 is #53111B. Grayscale: #D9D9D9. Windows color (decimal): -5443868 or 15003308. OLE color: 15003308.

HSL color Cylindrical-coordinate representation of color #ACEEE4: hue angle of 170.91º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEEE4 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB172238228-
CMYK0.2800.040.07
HSL170.91º66%80.39%-
HSV(B)170.91º27.73%93.33%-
XYZ61.5975.5284.73-
YUV217.13134.1395.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.96%
GREEN value IS 238 (93.36% from 255) = 37.30%
BLUE value IS 228 (89.45% from 255) = 35.74%
R=26.96%
G=37.30%
B=35.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722382280.2800.040.07170.916680.39
HexACEEE41C047ab4250
Octal25435634434047253102120
Binary1010110011101110111001001110001001111010101110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEEE4; }

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

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

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

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

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

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

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

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