Html Css Color HEX #ACEDDE Water Leaf

📋 copy color: '#ACEDDE'

red 172 ◦ green 237 ◦ blue 222

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

Shades of Water Leaf #ACEDDE

Tints of Water Leaf #ACEDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.18%

R = 27.26%
G = 37.56%
B = 35.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ACEDDE (or 0xACEDDE) is known color: Water Leaf. HEX triplet: AC, ED and DE. RGB value is (172,237,222). Sum of RGB (Red+Green+Blue) = 172+237+222=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDDE is #531221. Grayscale: #D7D7D7. Windows color (decimal): -5444130 or 14609836. OLE color: 14609836.

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

Color convert

RGB 172 237 222 -
CMYK 0.27 0 0.06 0.07
HSL 166.15º 0.64% 0.8% -
HSV(B) 166.15º 0.27% 0.93% -
XYZ 60.48 74.61 80.32 -
YUV 215.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 172 237 222 0.27 0 0.06 0.07 166.15 0.64 0.8
Hex AC ED DE 1B 0 6 7 A6 40 50
Octal 254 355 336 33 0 6 7 246 100 120
Binary 10101100 11101101 11011110 11011 0 110 111 10100110 1000000 1010000

Color Harmonies of #ACEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDDE

Black with #ACEDDE

Text Example


Text Example

White with #ACEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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