Html Css Color HEX #AECDB2 Gum Leaf

📋 copy color: '#AECDB2'

red 174 ◦ green 205 ◦ blue 178

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

Shades of Gum Leaf #AECDB2

Tints of Gum Leaf #AECDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.96%

R = 31.24%
G = 36.8%
B = 31.96%

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

#AECDB2 (or 0xAECDB2) is known color: Gum Leaf. HEX triplet: AE, CD and B2. RGB value is (174,205,178). Sum of RGB (Red+Green+Blue) = 174+205+178=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECDB2 is #51324D. Grayscale: #C0C0C0. Windows color (decimal): -5321294 or 11718062. OLE color: 11718062.

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

Color convert

RGB 174 205 178 -
CMYK 0.15 0 0.13 0.20
HSL 127.74º 0.24% 0.74% -
HSV(B) 127.74º 0.15% 0.8% -
XYZ 47.32 55.88 50.41 -
YUV 192.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 174 205 178 0.15 0 0.13 0.20 127.74 0.24 0.74
Hex AE CD B2 F 0 D 14 80 18 4A
Octal 256 315 262 17 0 15 24 200 30 112
Binary 10101110 11001101 10110010 1111 0 1101 10100 10000000 11000 1001010

Color Harmonies of #AECDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDB2

Black with #AECDB2

Text Example


Text Example

White with #AECDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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