Html Css Color HEX #AECCB1 Gum Leaf

📋 copy color: '#AECCB1'

red 174 ◦ green 204 ◦ blue 177

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

Shades of Gum Leaf #AECCB1

Tints of Gum Leaf #AECCB1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.76%

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

R = 31.35%
G = 36.76%
B = 31.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#AECCB1 (or 0xAECCB1) is known color: Gum Leaf. HEX triplet: AE, CC and B1. RGB value is (174,204,177). Sum of RGB (Red+Green+Blue) = 174+204+177=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECCB1 is #51334E. Grayscale: #C0C0C0. Windows color (decimal): -5321551 or 11652270. OLE color: 11652270.

HSL color Cylindrical-coordinate representation of color #AECCB1: hue angle of 126º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECCB1 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 204 177 -
CMYK 0.15 0 0.13 0.2
HSL 126º 0.23% 0.74% -
HSV(B) 126º 0.15% 0.8% -
XYZ 46.98 55.36 49.8 -
YUV 191.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 174 204 177 0.15 0 0.13 0.2 126 0.23 0.74
Hex AE CC B1 F 0 D 14 7E 17 4A
Octal 256 314 261 17 0 15 24 176 27 112
Binary 10101110 11001100 10110001 1111 0 1101 10100 1111110 10111 1001010

Color Harmonies of #AECCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCB1

Black with #AECCB1

Text Example


Text Example

White with #AECCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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