#ACFAEA

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

Shades of Water Leaf #ACFAEA

Tints of Water Leaf #ACFAEA

Color information

#ACFAEA (or 0xACFAEA) is unknown color: approx Water Leaf. HEX triplet: AC, FA and EA. RGB value is (172,250,234). Sum of RGB (Red+Green+Blue) = 172+250+234=656 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.22% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFAEA is #530515. Grayscale: #E0E0E0. Windows color (decimal): -5440790 or 15399596. OLE color: 15399596.

HSL color Cylindrical-coordinate representation of color #ACFAEA: hue angle of 167.69º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFAEA is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB172250234-
CMYK0.3100.060.02
HSL167.69º88.64%82.75%-
HSV(B)167.69º31.2%98.04%-
XYZ66.0583.0890.4-
YUV224.85133.1690.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.22%
GREEN value IS 250 (98.05% from 255) = 38.11%
BLUE value IS 234 (91.80% from 255) = 35.67%
R=26.22%
G=38.11%
B=35.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722502340.3100.060.02167.6988.6482.75
HexACFAEA1F062a85953
Octal25437235237062250131123
Binary101011001111101011101010111110110101010100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAEA; }

 p { color: rgb(172,250,234); }

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

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

 a { background-color: rgb(172,250,234); }

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

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

 span { border-color: rgb(172,250,234); }

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