Html Css Color HEX #AECAB6 Gum Leaf

📋 copy color: '#AECAB6'

red 174 ◦ green 202 ◦ blue 182

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

Shades of Gum Leaf #AECAB6

Tints of Gum Leaf #AECAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.62%

R = 31.18%
G = 36.2%
B = 32.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#AECAB6 (or 0xAECAB6) is known color: Gum Leaf. HEX triplet: AE, CA and B6. RGB value is (174,202,182). Sum of RGB (Red+Green+Blue) = 174+202+182=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAB6 is #513549. Grayscale: #BFBFBF. Windows color (decimal): -5322058 or 11979438. OLE color: 11979438.

HSL color Cylindrical-coordinate representation of color #AECAB6: hue angle of 137.14º 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 #AECAB6 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 202 182 -
CMYK 0.14 0 0.10 0.21
HSL 137.14º 0.21% 0.74% -
HSV(B) 137.14º 0.14% 0.79% -
XYZ 47.02 54.62 52.32 -
YUV 191.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 174 202 182 0.14 0 0.10 0.21 137.14 0.21 0.74
Hex AE CA B6 E 0 A 15 89 15 4A
Octal 256 312 266 16 0 12 25 211 25 112
Binary 10101110 11001010 10110110 1110 0 1010 10101 10001001 10101 1001010

Color Harmonies of #AECAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECAB6

Black with #AECAB6

Text Example


Text Example

White with #AECAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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