Html Css Color HEX #AECCB6 Gum Leaf

📋 copy color: '#AECCB6'

red 174 ◦ green 204 ◦ blue 182

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

Shades of Gum Leaf #AECCB6

Tints of Gum Leaf #AECCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.5%

R = 31.07%
G = 36.43%
B = 32.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#AECCB6 (or 0xAECCB6) is known color: Gum Leaf. HEX triplet: AE, CC and B6. RGB value is (174,204,182). Sum of RGB (Red+Green+Blue) = 174+204+182=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCB6 is #513349. Grayscale: #C0C0C0. Windows color (decimal): -5321546 or 11979950. OLE color: 11979950.

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

Color convert

RGB 174 204 182 -
CMYK 0.15 0 0.11 0.2
HSL 136º 0.23% 0.74% -
HSV(B) 136º 0.15% 0.8% -
XYZ 47.49 55.56 52.48 -
YUV 192.52 122.06 114.79 -
System Red Green Blue C M Y K H S L
Decimal 174 204 182 0.15 0 0.11 0.2 136 0.23 0.74
Hex AE CC B6 F 0 B 14 88 17 4A
Octal 256 314 266 17 0 13 24 210 27 112
Binary 10101110 11001100 10110110 1111 0 1011 10100 10001000 10111 1001010

Color Harmonies of #AECCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCB6

Black with #AECCB6

Text Example


Text Example

White with #AECCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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