Html Css Color HEX #ACEAE2 Water Leaf

📋 copy color: '#ACEAE2'

red 172 ◦ green 234 ◦ blue 226

#ACEAE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #ACEAE2

Tints of Water Leaf #ACEAE2

RGB

 RED value IS 172 (67.58% from 255) = 27.22%

 GREEN value IS 234 (91.8% from 255) = 37.03%

 BLUE value IS 226 (88.67% from 255) = 35.76%

R = 27.22%
G = 37.03%
B = 35.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#ACEAE2 (or 0xACEAE2) is known color: Water Leaf. HEX triplet: AC, EA and E2. RGB value is (172,234,226). Sum of RGB (Red+Green+Blue) = 172+234+226=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEAE2 is #53151D. Grayscale: #D6D6D6. Windows color (decimal): -5444894 or 14871212. OLE color: 14871212.

HSL color Cylindrical-coordinate representation of color #ACEAE2: hue angle of 172.26º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACEAE2 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 234 226 -
CMYK 0.26 0 0.03 0.08
HSL 172.26º 0.6% 0.8% -
HSV(B) 172.26º 0.26% 0.92% -
XYZ 60.16 73.11 82.89 -
YUV 214.55 134.46 97.65 -
System Red Green Blue C M Y K H S L
Decimal 172 234 226 0.26 0 0.03 0.08 172.26 0.6 0.8
Hex AC EA E2 1A 0 3 8 AC 3C 50
Octal 254 352 342 32 0 3 10 254 74 120
Binary 10101100 11101010 11100010 11010 0 11 1000 10101100 111100 1010000

Color Harmonies of #ACEAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEAE2

Black with #ACEAE2

Text Example


Text Example

White with #ACEAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEAE2; }

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

 H1.HeaderClassName
 {
   color: #ACEAE2;
 }
 .AnyTagClassName
 {
   color: #ACEAE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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