Html Css Color HEX #AECEB2 Gum Leaf

📋 copy color: '#AECEB2'

red 174 ◦ green 206 ◦ blue 178

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

Shades of Gum Leaf #AECEB2

Tints of Gum Leaf #AECEB2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.92%

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

R = 31.18%
G = 36.92%
B = 31.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#AECEB2 (or 0xAECEB2) is known color: Gum Leaf. HEX triplet: AE, CE and B2. RGB value is (174,206,178). Sum of RGB (Red+Green+Blue) = 174+206+178=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECEB2 is #51314D. Grayscale: #C1C1C1. Windows color (decimal): -5321038 or 11718318. OLE color: 11718318.

HSL color Cylindrical-coordinate representation of color #AECEB2: hue angle of 127.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECEB2 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 206 178 -
CMYK 0.16 0 0.14 0.19
HSL 127.5º 0.25% 0.75% -
HSV(B) 127.5º 0.16% 0.81% -
XYZ 47.56 56.36 50.49 -
YUV 193.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 174 206 178 0.16 0 0.14 0.19 127.5 0.25 0.75
Hex AE CE B2 10 0 E 13 80 19 4B
Octal 256 316 262 20 0 16 23 200 31 113
Binary 10101110 11001110 10110010 10000 0 1110 10011 10000000 11001 1001011

Color Harmonies of #AECEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEB2

Black with #AECEB2

Text Example


Text Example

White with #AECEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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