Html Css Color HEX #ACEFDC Water Leaf

📋 copy color: '#ACEFDC'

red 172 ◦ green 239 ◦ blue 220

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

Shades of Water Leaf #ACEFDC

Tints of Water Leaf #ACEFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.88%

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

R = 27.26%
G = 37.88%
B = 34.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#ACEFDC (or 0xACEFDC) is known color: Water Leaf. HEX triplet: AC, EF and DC. RGB value is (172,239,220). Sum of RGB (Red+Green+Blue) = 172+239+220=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFDC is #531023. Grayscale: #D8D8D8. Windows color (decimal): -5443620 or 14479276. OLE color: 14479276.

HSL color Cylindrical-coordinate representation of color #ACEFDC: hue angle of 162.99º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEFDC is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 239 220 -
CMYK 0.28 0 0.08 0.06
HSL 162.99º 0.68% 0.81% -
HSV(B) 162.99º 0.28% 0.94% -
XYZ 60.8 75.67 79.11 -
YUV 216.8 129.8 96.04 -
System Red Green Blue C M Y K H S L
Decimal 172 239 220 0.28 0 0.08 0.06 162.99 0.68 0.81
Hex AC EF DC 1C 0 8 6 A3 44 51
Octal 254 357 334 34 0 10 6 243 104 121
Binary 10101100 11101111 11011100 11100 0 1000 110 10100011 1000100 1010001

Color Harmonies of #ACEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEFDC

Black with #ACEFDC

Text Example


Text Example

White with #ACEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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