Html Css Color HEX #AEC4B0 Gum Leaf

📋 copy color: '#AEC4B0'

red 174 ◦ green 196 ◦ blue 176

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

Shades of Gum Leaf #AEC4B0

Tints of Gum Leaf #AEC4B0

RGB

 RED value IS 174 (68.36% from 255) = 31.87%

 GREEN value IS 196 (76.95% from 255) = 35.9%

 BLUE value IS 176 (69.14% from 255) = 32.23%

R = 31.87%
G = 35.9%
B = 32.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#AEC4B0 (or 0xAEC4B0) is known color: Gum Leaf. HEX triplet: AE, C4 and B0. RGB value is (174,196,176). Sum of RGB (Red+Green+Blue) = 174+196+176=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC4B0 is #513B4F. Grayscale: #BBBBBB. Windows color (decimal): -5323600 or 11584686. OLE color: 11584686.

HSL color Cylindrical-coordinate representation of color #AEC4B0: hue angle of 125.45º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEC4B0 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 196 176 -
CMYK 0.11 0 0.10 0.23
HSL 125.45º 0.16% 0.73% -
HSV(B) 125.45º 0.11% 0.77% -
XYZ 45.03 51.61 48.66 -
YUV 187.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 174 196 176 0.11 0 0.10 0.23 125.45 0.16 0.73
Hex AE C4 B0 B 0 A 17 7D 10 49
Octal 256 304 260 13 0 12 27 175 20 111
Binary 10101110 11000100 10110000 1011 0 1010 10111 1111101 10000 1001001

Color Harmonies of #AEC4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC4B0

Black with #AEC4B0

Text Example


Text Example

White with #AEC4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC4B0; }

 p { color: rgb(174,196,176); }

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

background-color css

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

 a { background-color: rgb(174,196,176); }

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

border-color css

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

 span { border-color: rgb(174,196,176); }

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