#ACF3E6

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

Shades of Water Leaf #ACF3E6

Tints of Water Leaf #ACF3E6

Color information

#ACF3E6 (or 0xACF3E6) is unknown color: approx Water Leaf. HEX triplet: AC, F3 and E6. RGB value is (172,243,230). Sum of RGB (Red+Green+Blue) = 172+243+230=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 243 (95.31% from 255 or 37.67% from 645); Blue value is 230 (90.23% from 255 or 35.66% from 645); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF3E6 is #530C19. Grayscale: #DCDCDC. Windows color (decimal): -5442586 or 15135660. OLE color: 15135660.

HSL color Cylindrical-coordinate representation of color #ACF3E6: hue angle of 169.01º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF3E6 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB172243230-
CMYK0.2900.050.05
HSL169.01º74.74%81.37%-
HSV(B)169.01º29.22%95.29%-
XYZ63.3578.5986.69-
YUV220.29133.4893.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.67%
GREEN value IS 243 (95.31% from 255) = 37.67%
BLUE value IS 230 (90.23% from 255) = 35.66%
R=26.67%
G=37.67%
B=35.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722432300.2900.050.05169.0174.7481.37
HexACF3E61D055a94b51
Octal25436334635055251113121
Binary1010110011110011111001101110101011011010100110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF3E6; }

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

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

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

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

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

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

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

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