Html Css Color HEX #AECBB2 Gum Leaf

📋 copy color: '#AECBB2'

red 174 ◦ green 203 ◦ blue 178

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

Shades of Gum Leaf #AECBB2

Tints of Gum Leaf #AECBB2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.58%

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

R = 31.35%
G = 36.58%
B = 32.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#AECBB2 (or 0xAECBB2) is known color: Gum Leaf. HEX triplet: AE, CB and B2. RGB value is (174,203,178). Sum of RGB (Red+Green+Blue) = 174+203+178=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECBB2 is #51344D. Grayscale: #BFBFBF. Windows color (decimal): -5321806 or 11717550. OLE color: 11717550.

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

Color convert

RGB 174 203 178 -
CMYK 0.14 0 0.12 0.20
HSL 128.28º 0.22% 0.74% -
HSV(B) 128.28º 0.14% 0.8% -
XYZ 46.85 54.92 50.25 -
YUV 191.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 174 203 178 0.14 0 0.12 0.20 128.28 0.22 0.74
Hex AE CB B2 E 0 C 14 80 16 4A
Octal 256 313 262 16 0 14 24 200 26 112
Binary 10101110 11001011 10110010 1110 0 1100 10100 10000000 10110 1001010

Color Harmonies of #AECBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECBB2

Black with #AECBB2

Text Example


Text Example

White with #AECBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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