Html Css Color HEX #AECDB3 Gum Leaf

📋 copy color: '#AECDB3'

red 174 ◦ green 205 ◦ blue 179

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

Shades of Gum Leaf #AECDB3

Tints of Gum Leaf #AECDB3

RGB

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

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

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

R = 31.18%
G = 36.74%
B = 32.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#AECDB3 (or 0xAECDB3) is known color: Gum Leaf. HEX triplet: AE, CD and B3. RGB value is (174,205,179). Sum of RGB (Red+Green+Blue) = 174+205+179=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDB3 is #51324C. Grayscale: #C0C0C0. Windows color (decimal): -5321293 or 11783598. OLE color: 11783598.

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

Color convert

RGB 174 205 179 -
CMYK 0.15 0 0.13 0.20
HSL 129.68º 0.24% 0.74% -
HSV(B) 129.68º 0.15% 0.8% -
XYZ 47.42 55.92 50.94 -
YUV 192.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 174 205 179 0.15 0 0.13 0.20 129.68 0.24 0.74
Hex AE CD B3 F 0 D 14 82 18 4A
Octal 256 315 263 17 0 15 24 202 30 112
Binary 10101110 11001101 10110011 1111 0 1101 10100 10000010 11000 1001010

Color Harmonies of #AECDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDB3

Black with #AECDB3

Text Example


Text Example

White with #AECDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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