Html Css Color HEX #ACEAE1 Water Leaf

📋 copy color: '#ACEAE1'

red 172 ◦ green 234 ◦ blue 225

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

Shades of Water Leaf #ACEAE1

Tints of Water Leaf #ACEAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.66%

R = 27.26%
G = 37.08%
B = 35.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#ACEAE1 (or 0xACEAE1) is known color: Water Leaf. HEX triplet: AC, EA and E1. RGB value is (172,234,225). Sum of RGB (Red+Green+Blue) = 172+234+225=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEAE1 is #53151E. Grayscale: #D6D6D6. Windows color (decimal): -5444895 or 14805676. OLE color: 14805676.

HSL color Cylindrical-coordinate representation of color #ACEAE1: hue angle of 171.29º 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 #ACEAE1 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 234 225 -
CMYK 0.26 0 0.04 0.08
HSL 171.29º 0.6% 0.8% -
HSV(B) 171.29º 0.26% 0.92% -
XYZ 60.03 73.05 82.17 -
YUV 214.44 133.96 97.73 -
System Red Green Blue C M Y K H S L
Decimal 172 234 225 0.26 0 0.04 0.08 171.29 0.6 0.8
Hex AC EA E1 1A 0 4 8 AB 3C 50
Octal 254 352 341 32 0 4 10 253 74 120
Binary 10101100 11101010 11100001 11010 0 100 1000 10101011 111100 1010000

Color Harmonies of #ACEAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEAE1

Black with #ACEAE1

Text Example


Text Example

White with #ACEAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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