Html Css Color HEX #ACEDDC Water Leaf

📋 copy color: '#ACEDDC'

red 172 ◦ green 237 ◦ blue 220

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

Shades of Water Leaf #ACEDDC

Tints of Water Leaf #ACEDDC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.68%

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

R = 27.34%
G = 37.68%
B = 34.98%

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

#ACEDDC (or 0xACEDDC) is known color: Water Leaf. HEX triplet: AC, ED and DC. RGB value is (172,237,220). Sum of RGB (Red+Green+Blue) = 172+237+220=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDDC is #531223. Grayscale: #D7D7D7. Windows color (decimal): -5444132 or 14478764. OLE color: 14478764.

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

Color convert

RGB 172 237 220 -
CMYK 0.27 0 0.07 0.07
HSL 164.31º 0.64% 0.8% -
HSV(B) 164.31º 0.27% 0.93% -
XYZ 60.22 74.51 78.92 -
YUV 215.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 172 237 220 0.27 0 0.07 0.07 164.31 0.64 0.8
Hex AC ED DC 1B 0 7 7 A4 40 50
Octal 254 355 334 33 0 7 7 244 100 120
Binary 10101100 11101101 11011100 11011 0 111 111 10100100 1000000 1010000

Color Harmonies of #ACEDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDDC

Black with #ACEDDC

Text Example


Text Example

White with #ACEDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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