Html Css Color HEX #AED2B7 Gum Leaf

📋 copy color: '#AED2B7'

red 174 ◦ green 210 ◦ blue 183

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

Shades of Gum Leaf #AED2B7

Tints of Gum Leaf #AED2B7

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.04%

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

R = 30.69%
G = 37.04%
B = 32.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#AED2B7 (or 0xAED2B7) is known color: Gum Leaf. HEX triplet: AE, D2 and B7. RGB value is (174,210,183). Sum of RGB (Red+Green+Blue) = 174+210+183=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 210 - color contains mainly: green. Hex color #AED2B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2B7 is #512D48. Grayscale: #C4C4C4. Windows color (decimal): -5320009 or 12047022. OLE color: 12047022.

HSL color Cylindrical-coordinate representation of color #AED2B7: hue angle of 135º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AED2B7 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 183 -
CMYK 0.17 0 0.13 0.18
HSL 135º 0.29% 0.75% -
HSV(B) 135º 0.17% 0.82% -
XYZ 49.05 58.51 53.51 -
YUV 196.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 174 210 183 0.17 0 0.13 0.18 135 0.29 0.75
Hex AE D2 B7 11 0 D 12 87 1D 4B
Octal 256 322 267 21 0 15 22 207 35 113
Binary 10101110 11010010 10110111 10001 0 1101 10010 10000111 11101 1001011

Color Harmonies of #AED2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2B7

Black with #AED2B7

Text Example


Text Example

White with #AED2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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