Html Css Color HEX #AECBB8 Gum Leaf

📋 copy color: '#AECBB8'

red 174 ◦ green 203 ◦ blue 184

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

Shades of Gum Leaf #AECBB8

Tints of Gum Leaf #AECBB8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.19%

 BLUE value IS 184 (72.27% from 255) = 32.8%

R = 31.02%
G = 36.19%
B = 32.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#AECBB8 (or 0xAECBB8) is known color: Gum Leaf. HEX triplet: AE, CB and B8. RGB value is (174,203,184). Sum of RGB (Red+Green+Blue) = 174+203+184=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBB8 is #513447. Grayscale: #C0C0C0. Windows color (decimal): -5321800 or 12110766. OLE color: 12110766.

HSL color Cylindrical-coordinate representation of color #AECBB8: hue angle of 140.69º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECBB8 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 203 184 -
CMYK 0.14 0 0.09 0.20
HSL 140.69º 0.22% 0.74% -
HSV(B) 140.69º 0.14% 0.8% -
XYZ 47.46 55.17 53.49 -
YUV 192.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 174 203 184 0.14 0 0.09 0.20 140.69 0.22 0.74
Hex AE CB B8 E 0 9 14 8D 16 4A
Octal 256 313 270 16 0 11 24 215 26 112
Binary 10101110 11001011 10111000 1110 0 1001 10100 10001101 10110 1001010

Color Harmonies of #AECBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECBB8

Black with #AECBB8

Text Example


Text Example

White with #AECBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECBB8; }

 p { color: rgb(174,203,184); }

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

background-color css

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

 a { background-color: rgb(174,203,184); }

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

border-color css

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

 span { border-color: rgb(174,203,184); }

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