Html Css Color HEX #AACEB1 Gum Leaf

📋 copy color: '#AACEB1'

red 170 ◦ green 206 ◦ blue 177

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

Shades of Gum Leaf #AACEB1

Tints of Gum Leaf #AACEB1

RGB

 RED value IS 170 (66.8% from 255) = 30.74%

 GREEN value IS 206 (80.86% from 255) = 37.25%

 BLUE value IS 177 (69.53% from 255) = 32.01%

R = 30.74%
G = 37.25%
B = 32.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#AACEB1 (or 0xAACEB1) is known color: Gum Leaf. HEX triplet: AA, CE and B1. RGB value is (170,206,177). Sum of RGB (Red+Green+Blue) = 170+206+177=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACEB1 is #55314E. Grayscale: #C0C0C0. Windows color (decimal): -5583183 or 11652778. OLE color: 11652778.

HSL color Cylindrical-coordinate representation of color #AACEB1: hue angle of 131.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACEB1 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 206 177 -
CMYK 0.17 0 0.14 0.19
HSL 131.67º 0.27% 0.74% -
HSV(B) 131.67º 0.17% 0.81% -
XYZ 46.58 55.86 49.92 -
YUV 191.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 170 206 177 0.17 0 0.14 0.19 131.67 0.27 0.74
Hex AA CE B1 11 0 E 13 84 1B 4A
Octal 252 316 261 21 0 16 23 204 33 112
Binary 10101010 11001110 10110001 10001 0 1110 10011 10000100 11011 1001010

Color Harmonies of #AACEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACEB1

Black with #AACEB1

Text Example


Text Example

White with #AACEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACEB1; }

 p { color: rgb(170,206,177); }

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

background-color css

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

 a { background-color: rgb(170,206,177); }

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

border-color css

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

 span { border-color: rgb(170,206,177); }

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