Html Css Color HEX #AECDB8 Gum Leaf

📋 copy color: '#AECDB8'

red 174 ◦ green 205 ◦ blue 184

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

Shades of Gum Leaf #AECDB8

Tints of Gum Leaf #AECDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.68%

R = 30.91%
G = 36.41%
B = 32.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#AECDB8 (or 0xAECDB8) is known color: Gum Leaf. HEX triplet: AE, CD and B8. RGB value is (174,205,184). Sum of RGB (Red+Green+Blue) = 174+205+184=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDB8 is #513247. Grayscale: #C1C1C1. Windows color (decimal): -5321288 or 12111278. OLE color: 12111278.

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

Color convert

RGB 174 205 184 -
CMYK 0.15 0 0.10 0.20
HSL 139.35º 0.24% 0.74% -
HSV(B) 139.35º 0.15% 0.8% -
XYZ 47.94 56.12 53.65 -
YUV 193.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 174 205 184 0.15 0 0.10 0.20 139.35 0.24 0.74
Hex AE CD B8 F 0 A 14 8B 18 4A
Octal 256 315 270 17 0 12 24 213 30 112
Binary 10101110 11001101 10111000 1111 0 1010 10100 10001011 11000 1001010

Color Harmonies of #AECDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDB8

Black with #AECDB8

Text Example


Text Example

White with #AECDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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