Html Css Color HEX #AED5B7 Gum Leaf

📋 copy color: '#AED5B7'

red 174 ◦ green 213 ◦ blue 183

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

Shades of Gum Leaf #AED5B7

Tints of Gum Leaf #AED5B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.11%

R = 30.53%
G = 37.37%
B = 32.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#AED5B7 (or 0xAED5B7) is known color: Gum Leaf. HEX triplet: AE, D5 and B7. RGB value is (174,213,183). Sum of RGB (Red+Green+Blue) = 174+213+183=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 213 - color contains mainly: green. Hex color #AED5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED5B7 is #512A48. Grayscale: #C5C5C5. Windows color (decimal): -5319241 or 12047790. OLE color: 12047790.

HSL color Cylindrical-coordinate representation of color #AED5B7: hue angle of 133.85º 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 #AED5B7 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 183 -
CMYK 0.18 0 0.14 0.16
HSL 133.85º 0.32% 0.76% -
HSV(B) 133.85º 0.18% 0.84% -
XYZ 49.8 60.01 53.76 -
YUV 197.92 119.58 110.94 -
System Red Green Blue C M Y K H S L
Decimal 174 213 183 0.18 0 0.14 0.16 133.85 0.32 0.76
Hex AE D5 B7 12 0 E 10 86 20 4C
Octal 256 325 267 22 0 16 20 206 40 114
Binary 10101110 11010101 10110111 10010 0 1110 10000 10000110 100000 1001100

Color Harmonies of #AED5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED5B7

Black with #AED5B7

Text Example


Text Example

White with #AED5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED5B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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