Html Css Color HEX #ACECDE Water Leaf

📋 copy color: '#ACECDE'

red 172 ◦ green 236 ◦ blue 222

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

Shades of Water Leaf #ACECDE

Tints of Water Leaf #ACECDE

RGB

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

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

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

R = 27.3%
G = 37.46%
B = 35.24%

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

#ACECDE (or 0xACECDE) is known color: Water Leaf. HEX triplet: AC, EC and DE. RGB value is (172,236,222). Sum of RGB (Red+Green+Blue) = 172+236+222=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECDE is #531321. Grayscale: #D7D7D7. Windows color (decimal): -5444386 or 14609580. OLE color: 14609580.

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

Color convert

RGB 172 236 222 -
CMYK 0.27 0 0.06 0.07
HSL 166.88º 0.63% 0.8% -
HSV(B) 166.88º 0.27% 0.93% -
XYZ 60.19 74.04 80.22 -
YUV 215.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 172 236 222 0.27 0 0.06 0.07 166.88 0.63 0.8
Hex AC EC DE 1B 0 6 7 A7 3F 50
Octal 254 354 336 33 0 6 7 247 77 120
Binary 10101100 11101100 11011110 11011 0 110 111 10100111 111111 1010000

Color Harmonies of #ACECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACECDE

Black with #ACECDE

Text Example


Text Example

White with #ACECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACECDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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