Html Css Color HEX #AECDB4 Gum Leaf

📋 copy color: '#AECDB4'

red 174 ◦ green 205 ◦ blue 180

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

Shades of Gum Leaf #AECDB4

Tints of Gum Leaf #AECDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.2%

R = 31.13%
G = 36.67%
B = 32.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#AECDB4 (or 0xAECDB4) is known color: Gum Leaf. HEX triplet: AE, CD and B4. RGB value is (174,205,180). Sum of RGB (Red+Green+Blue) = 174+205+180=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDB4 is #51324B. Grayscale: #C0C0C0. Windows color (decimal): -5321292 or 11849134. OLE color: 11849134.

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

Color convert

RGB 174 205 180 -
CMYK 0.15 0 0.12 0.20
HSL 131.61º 0.24% 0.74% -
HSV(B) 131.61º 0.15% 0.8% -
XYZ 47.53 55.96 51.48 -
YUV 192.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 174 205 180 0.15 0 0.12 0.20 131.61 0.24 0.74
Hex AE CD B4 F 0 C 14 84 18 4A
Octal 256 315 264 17 0 14 24 204 30 112
Binary 10101110 11001101 10110100 1111 0 1100 10100 10000100 11000 1001010

Color Harmonies of #AECDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDB4

Black with #AECDB4

Text Example


Text Example

White with #AECDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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