Html Css Color HEX #AECCB4 Gum Leaf

📋 copy color: '#AECCB4'

red 174 ◦ green 204 ◦ blue 180

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

Shades of Gum Leaf #AECCB4

Tints of Gum Leaf #AECCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.26%

R = 31.18%
G = 36.56%
B = 32.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#AECCB4 (or 0xAECCB4) is known color: Gum Leaf. HEX triplet: AE, CC and B4. RGB value is (174,204,180). Sum of RGB (Red+Green+Blue) = 174+204+180=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCB4 is #51334B. Grayscale: #C0C0C0. Windows color (decimal): -5321548 or 11848878. OLE color: 11848878.

HSL color Cylindrical-coordinate representation of color #AECCB4: hue angle of 132º 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 #AECCB4 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 204 180 -
CMYK 0.15 0 0.12 0.2
HSL 132º 0.23% 0.74% -
HSV(B) 132º 0.15% 0.8% -
XYZ 47.29 55.48 51.4 -
YUV 192.29 121.06 114.95 -
System Red Green Blue C M Y K H S L
Decimal 174 204 180 0.15 0 0.12 0.2 132 0.23 0.74
Hex AE CC B4 F 0 C 14 84 17 4A
Octal 256 314 264 17 0 14 24 204 27 112
Binary 10101110 11001100 10110100 1111 0 1100 10100 10000100 10111 1001010

Color Harmonies of #AECCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCB4

Black with #AECCB4

Text Example


Text Example

White with #AECCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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