Html Css Color HEX #ACECDC Water Leaf

📋 copy color: '#ACECDC'

red 172 ◦ green 236 ◦ blue 220

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

Shades of Water Leaf #ACECDC

Tints of Water Leaf #ACECDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.03%

R = 27.39%
G = 37.58%
B = 35.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ACECDC (or 0xACECDC) is known color: Water Leaf. HEX triplet: AC, EC and DC. RGB value is (172,236,220). Sum of RGB (Red+Green+Blue) = 172+236+220=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECDC is #531323. Grayscale: #D7D7D7. Windows color (decimal): -5444388 or 14478508. OLE color: 14478508.

HSL color Cylindrical-coordinate representation of color #ACECDC: hue angle of 165º 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 #ACECDC is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 236 220 -
CMYK 0.27 0 0.07 0.07
HSL 165º 0.63% 0.8% -
HSV(B) 165º 0.27% 0.93% -
XYZ 59.93 73.93 78.82 -
YUV 215.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 172 236 220 0.27 0 0.07 0.07 165 0.63 0.8
Hex AC EC DC 1B 0 7 7 A5 3F 50
Octal 254 354 334 33 0 7 7 245 77 120
Binary 10101100 11101100 11011100 11011 0 111 111 10100101 111111 1010000

Color Harmonies of #ACECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACECDC

Black with #ACECDC

Text Example


Text Example

White with #ACECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACECDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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