Html Css Color HEX #AEC4B2 Gum Leaf

📋 copy color: '#AEC4B2'

red 174 ◦ green 196 ◦ blue 178

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

Shades of Gum Leaf #AEC4B2

Tints of Gum Leaf #AEC4B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.48%

R = 31.75%
G = 35.77%
B = 32.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#AEC4B2 (or 0xAEC4B2) is known color: Gum Leaf. HEX triplet: AE, C4 and B2. RGB value is (174,196,178). Sum of RGB (Red+Green+Blue) = 174+196+178=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC4B2 is #513B4D. Grayscale: #BBBBBB. Windows color (decimal): -5323598 or 11715758. OLE color: 11715758.

HSL color Cylindrical-coordinate representation of color #AEC4B2: hue angle of 130.91º 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 #AEC4B2 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 196 178 -
CMYK 0.11 0 0.09 0.23
HSL 130.91º 0.16% 0.73% -
HSV(B) 130.91º 0.11% 0.77% -
XYZ 45.23 51.69 49.71 -
YUV 187.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 174 196 178 0.11 0 0.09 0.23 130.91 0.16 0.73
Hex AE C4 B2 B 0 9 17 83 10 49
Octal 256 304 262 13 0 11 27 203 20 111
Binary 10101110 11000100 10110010 1011 0 1001 10111 10000011 10000 1001001

Color Harmonies of #AEC4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC4B2

Black with #AEC4B2

Text Example


Text Example

White with #AEC4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC4B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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