Html Css Color HEX #AECAB1 Gum Leaf

📋 copy color: '#AECAB1'

red 174 ◦ green 202 ◦ blue 177

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

Shades of Gum Leaf #AECAB1

Tints of Gum Leaf #AECAB1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.53%

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

R = 31.46%
G = 36.53%
B = 32.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#AECAB1 (or 0xAECAB1) is known color: Gum Leaf. HEX triplet: AE, CA and B1. RGB value is (174,202,177). Sum of RGB (Red+Green+Blue) = 174+202+177=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECAB1 is #51354E. Grayscale: #BEBEBE. Windows color (decimal): -5322063 or 11651758. OLE color: 11651758.

HSL color Cylindrical-coordinate representation of color #AECAB1: hue angle of 126.43º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECAB1 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 202 177 -
CMYK 0.14 0 0.12 0.21
HSL 126.43º 0.21% 0.74% -
HSV(B) 126.43º 0.14% 0.79% -
XYZ 46.51 54.41 49.65 -
YUV 190.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 174 202 177 0.14 0 0.12 0.21 126.43 0.21 0.74
Hex AE CA B1 E 0 C 15 7E 15 4A
Octal 256 312 261 16 0 14 25 176 25 112
Binary 10101110 11001010 10110001 1110 0 1100 10101 1111110 10101 1001010

Color Harmonies of #AECAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECAB1

Black with #AECAB1

Text Example


Text Example

White with #AECAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECAB1; }

 p { color: rgb(174,202,177); }

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

background-color css

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

 a { background-color: rgb(174,202,177); }

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

border-color css

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

 span { border-color: rgb(174,202,177); }

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