Html Css Color HEX #AAD7B2 Gum Leaf

📋 copy color: '#AAD7B2'

red 170 ◦ green 215 ◦ blue 178

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

Shades of Gum Leaf #AAD7B2

Tints of Gum Leaf #AAD7B2

RGB

 RED value IS 170 (66.8% from 255) = 30.2%

 GREEN value IS 215 (84.38% from 255) = 38.19%

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

R = 30.2%
G = 38.19%
B = 31.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#AAD7B2 (or 0xAAD7B2) is known color: Gum Leaf. HEX triplet: AA, D7 and B2. RGB value is (170,215,178). Sum of RGB (Red+Green+Blue) = 170+215+178=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD7B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD7B2 is #55284D. Grayscale: #C5C5C5. Windows color (decimal): -5580878 or 11720618. OLE color: 11720618.

HSL color Cylindrical-coordinate representation of color #AAD7B2: hue angle of 130.67º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD7B2 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 215 178 -
CMYK 0.21 0 0.17 0.16
HSL 130.67º 0.36% 0.75% -
HSV(B) 130.67º 0.21% 0.84% -
XYZ 48.91 60.36 51.19 -
YUV 197.33 117.09 108.51 -
System Red Green Blue C M Y K H S L
Decimal 170 215 178 0.21 0 0.17 0.16 130.67 0.36 0.75
Hex AA D7 B2 15 0 11 10 83 24 4B
Octal 252 327 262 25 0 21 20 203 44 113
Binary 10101010 11010111 10110010 10101 0 10001 10000 10000011 100100 1001011

Color Harmonies of #AAD7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD7B2

Black with #AAD7B2

Text Example


Text Example

White with #AAD7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD7B2; }

 p { color: rgb(170,215,178); }

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

background-color css

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

 a { background-color: rgb(170,215,178); }

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

border-color css

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

 span { border-color: rgb(170,215,178); }

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