#ACEEE1

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

Shades of Water Leaf #ACEEE1

Tints of Water Leaf #ACEEE1

Color information

#ACEEE1 (or 0xACEEE1) is unknown color: approx Water Leaf. HEX triplet: AC, EE and E1. RGB value is (172,238,225). Sum of RGB (Red+Green+Blue) = 172+238+225=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEE1 is #53111E. Grayscale: #D8D8D8. Windows color (decimal): -5443871 or 14806700. OLE color: 14806700.

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

Color convert

RGB172238225-
CMYK0.2800.050.07
HSL168.18º66%80.39%-
HSV(B)168.18º27.73%93.33%-
XYZ61.1875.3682.55-
YUV216.78132.6396.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.09%
GREEN value IS 238 (93.36% from 255) = 37.48%
BLUE value IS 225 (88.28% from 255) = 35.43%
R=27.09%
G=37.48%
B=35.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722382250.2800.050.07168.186680.39
HexACEEE11C057a84250
Octal25435634134057250102120
Binary1010110011101110111000011110001011111010100010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEEE1; }

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

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

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

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

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

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

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

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