Html Css Color HEX #AECDB1 Gum Leaf

📋 copy color: '#AECDB1'

red 174 ◦ green 205 ◦ blue 177

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

Shades of Gum Leaf #AECDB1

Tints of Gum Leaf #AECDB1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.87%

 BLUE value IS 177 (69.53% from 255) = 31.83%

R = 31.29%
G = 36.87%
B = 31.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#AECDB1 (or 0xAECDB1) is known color: Gum Leaf. HEX triplet: AE, CD and B1. RGB value is (174,205,177). Sum of RGB (Red+Green+Blue) = 174+205+177=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECDB1 is #51324E. Grayscale: #C0C0C0. Windows color (decimal): -5321295 or 11652526. OLE color: 11652526.

HSL color Cylindrical-coordinate representation of color #AECDB1: hue angle of 125.81º degrees, saturation: 0.24, 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 #AECDB1 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 205 177 -
CMYK 0.15 0 0.14 0.20
HSL 125.81º 0.24% 0.74% -
HSV(B) 125.81º 0.15% 0.8% -
XYZ 47.22 55.84 49.88 -
YUV 192.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 174 205 177 0.15 0 0.14 0.20 125.81 0.24 0.74
Hex AE CD B1 F 0 E 14 7E 18 4A
Octal 256 315 261 17 0 16 24 176 30 112
Binary 10101110 11001101 10110001 1111 0 1110 10100 1111110 11000 1001010

Color Harmonies of #AECDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDB1

Black with #AECDB1

Text Example


Text Example

White with #AECDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDB1; }

 p { color: rgb(174,205,177); }

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

background-color css

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

 a { background-color: rgb(174,205,177); }

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

border-color css

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

 span { border-color: rgb(174,205,177); }

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