Html Css Color HEX #AECCB2 Gum Leaf

📋 copy color: '#AECCB2'

red 174 ◦ green 204 ◦ blue 178

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

Shades of Gum Leaf #AECCB2

Tints of Gum Leaf #AECCB2

RGB

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

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

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

R = 31.29%
G = 36.69%
B = 32.01%

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

#AECCB2 (or 0xAECCB2) is known color: Gum Leaf. HEX triplet: AE, CC and B2. RGB value is (174,204,178). Sum of RGB (Red+Green+Blue) = 174+204+178=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECCB2 is #51334D. Grayscale: #C0C0C0. Windows color (decimal): -5321550 or 11717806. OLE color: 11717806.

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

Color convert

RGB 174 204 178 -
CMYK 0.15 0 0.13 0.2
HSL 128º 0.23% 0.74% -
HSV(B) 128º 0.15% 0.8% -
XYZ 47.08 55.4 50.33 -
YUV 192.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 174 204 178 0.15 0 0.13 0.2 128 0.23 0.74
Hex AE CC B2 F 0 D 14 80 17 4A
Octal 256 314 262 17 0 15 24 200 27 112
Binary 10101110 11001100 10110010 1111 0 1101 10100 10000000 10111 1001010

Color Harmonies of #AECCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCB2

Black with #AECCB2

Text Example


Text Example

White with #AECCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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