Html Css Color HEX #AECEB3 Gum Leaf

📋 copy color: '#AECEB3'

red 174 ◦ green 206 ◦ blue 179

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

Shades of Gum Leaf #AECEB3

Tints of Gum Leaf #AECEB3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.85%

 BLUE value IS 179 (70.31% from 255) = 32.02%

R = 31.13%
G = 36.85%
B = 32.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#AECEB3 (or 0xAECEB3) is known color: Gum Leaf. HEX triplet: AE, CE and B3. RGB value is (174,206,179). Sum of RGB (Red+Green+Blue) = 174+206+179=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEB3 is #51314C. Grayscale: #C1C1C1. Windows color (decimal): -5321037 or 11783854. OLE color: 11783854.

HSL color Cylindrical-coordinate representation of color #AECEB3: hue angle of 129.38º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECEB3 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 206 179 -
CMYK 0.16 0 0.13 0.19
HSL 129.38º 0.25% 0.75% -
HSV(B) 129.38º 0.16% 0.81% -
XYZ 47.66 56.4 51.02 -
YUV 193.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 174 206 179 0.16 0 0.13 0.19 129.38 0.25 0.75
Hex AE CE B3 10 0 D 13 81 19 4B
Octal 256 316 263 20 0 15 23 201 31 113
Binary 10101110 11001110 10110011 10000 0 1101 10011 10000001 11001 1001011

Color Harmonies of #AECEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEB3

Black with #AECEB3

Text Example


Text Example

White with #AECEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEB3; }

 p { color: rgb(174,206,179); }

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

background-color css

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

 a { background-color: rgb(174,206,179); }

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

border-color css

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

 span { border-color: rgb(174,206,179); }

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