Html Css Color HEX #AECEB1 Gum Leaf

📋 copy color: '#AECEB1'

red 174 ◦ green 206 ◦ blue 177

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

Shades of Gum Leaf #AECEB1

Tints of Gum Leaf #AECEB1

RGB

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

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

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

R = 31.24%
G = 36.98%
B = 31.78%

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

#AECEB1 (or 0xAECEB1) is known color: Gum Leaf. HEX triplet: AE, CE and B1. RGB value is (174,206,177). Sum of RGB (Red+Green+Blue) = 174+206+177=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECEB1 is #51314E. Grayscale: #C1C1C1. Windows color (decimal): -5321039 or 11652782. OLE color: 11652782.

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

Color convert

RGB 174 206 177 -
CMYK 0.16 0 0.14 0.19
HSL 125.63º 0.25% 0.75% -
HSV(B) 125.63º 0.16% 0.81% -
XYZ 47.46 56.32 49.96 -
YUV 193.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 174 206 177 0.16 0 0.14 0.19 125.63 0.25 0.75
Hex AE CE B1 10 0 E 13 7E 19 4B
Octal 256 316 261 20 0 16 23 176 31 113
Binary 10101110 11001110 10110001 10000 0 1110 10011 1111110 11001 1001011

Color Harmonies of #AECEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEB1

Black with #AECEB1

Text Example


Text Example

White with #AECEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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