Html Css Color HEX #AAD7BA Gum Leaf

📋 copy color: '#AAD7BA'

red 170 ◦ green 215 ◦ blue 186

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

Shades of Gum Leaf #AAD7BA

Tints of Gum Leaf #AAD7BA

RGB

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

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

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

R = 29.77%
G = 37.65%
B = 32.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#AAD7BA (or 0xAAD7BA) is known color: Gum Leaf. HEX triplet: AA, D7 and BA. RGB value is (170,215,186). Sum of RGB (Red+Green+Blue) = 170+215+186=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7BA is #552845. Grayscale: #C6C6C6. Windows color (decimal): -5580870 or 12244906. OLE color: 12244906.

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

Color convert

RGB 170 215 186 -
CMYK 0.21 0 0.13 0.16
HSL 141.33º 0.36% 0.75% -
HSV(B) 141.33º 0.21% 0.84% -
XYZ 49.74 60.69 55.55 -
YUV 198.24 121.09 107.86 -
System Red Green Blue C M Y K H S L
Decimal 170 215 186 0.21 0 0.13 0.16 141.33 0.36 0.75
Hex AA D7 BA 15 0 D 10 8D 24 4B
Octal 252 327 272 25 0 15 20 215 44 113
Binary 10101010 11010111 10111010 10101 0 1101 10000 10001101 100100 1001011

Color Harmonies of #AAD7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD7BA

Black with #AAD7BA

Text Example


Text Example

White with #AAD7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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