Html Css Color HEX #ACECE2 Water Leaf

📋 copy color: '#ACECE2'

red 172 ◦ green 236 ◦ blue 226

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

Shades of Water Leaf #ACECE2

Tints of Water Leaf #ACECE2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.22%

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

R = 27.13%
G = 37.22%
B = 35.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#ACECE2 (or 0xACECE2) is known color: Water Leaf. HEX triplet: AC, EC and E2. RGB value is (172,236,226). Sum of RGB (Red+Green+Blue) = 172+236+226=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECE2 is #53131D. Grayscale: #D7D7D7. Windows color (decimal): -5444382 or 14871724. OLE color: 14871724.

HSL color Cylindrical-coordinate representation of color #ACECE2: hue angle of 170.62º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACECE2 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 236 226 -
CMYK 0.27 0 0.04 0.07
HSL 170.63º 0.63% 0.8% -
HSV(B) 170.63º 0.27% 0.93% -
XYZ 60.74 74.25 83.08 -
YUV 215.72 133.8 96.81 -
System Red Green Blue C M Y K H S L
Decimal 172 236 226 0.27 0 0.04 0.07 170.63 0.63 0.8
Hex AC EC E2 1B 0 4 7 AB 3F 50
Octal 254 354 342 33 0 4 7 253 77 120
Binary 10101100 11101100 11100010 11011 0 100 111 10101011 111111 1010000

Color Harmonies of #ACECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACECE2

Black with #ACECE2

Text Example


Text Example

White with #ACECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACECE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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