Html Css Color HEX #AED5BA Gum Leaf

📋 copy color: '#AED5BA'

red 174 ◦ green 213 ◦ blue 186

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

Shades of Gum Leaf #AED5BA

Tints of Gum Leaf #AED5BA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.17%

 BLUE value IS 186 (73.05% from 255) = 32.46%

R = 30.37%
G = 37.17%
B = 32.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#AED5BA (or 0xAED5BA) is known color: Gum Leaf. HEX triplet: AE, D5 and BA. RGB value is (174,213,186). Sum of RGB (Red+Green+Blue) = 174+213+186=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 213 - color contains mainly: green. Hex color #AED5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED5BA is #512A45. Grayscale: #C6C6C6. Windows color (decimal): -5319238 or 12244398. OLE color: 12244398.

HSL color Cylindrical-coordinate representation of color #AED5BA: hue angle of 138.46º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED5BA is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 186 -
CMYK 0.18 0 0.13 0.16
HSL 138.46º 0.32% 0.76% -
HSV(B) 138.46º 0.18% 0.84% -
XYZ 50.11 60.13 55.42 -
YUV 198.26 121.08 110.7 -
System Red Green Blue C M Y K H S L
Decimal 174 213 186 0.18 0 0.13 0.16 138.46 0.32 0.76
Hex AE D5 BA 12 0 D 10 8A 20 4C
Octal 256 325 272 22 0 15 20 212 40 114
Binary 10101110 11010101 10111010 10010 0 1101 10000 10001010 100000 1001100

Color Harmonies of #AED5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED5BA

Black with #AED5BA

Text Example


Text Example

White with #AED5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED5BA; }

 p { color: rgb(174,213,186); }

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

background-color css

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

 a { background-color: rgb(174,213,186); }

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

border-color css

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

 span { border-color: rgb(174,213,186); }

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