Html Css Color HEX #AAD1B5 Gum Leaf

📋 copy color: '#AAD1B5'

red 170 ◦ green 209 ◦ blue 181

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

Shades of Gum Leaf #AAD1B5

Tints of Gum Leaf #AAD1B5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.32%

 BLUE value IS 181 (71.09% from 255) = 32.32%

R = 30.36%
G = 37.32%
B = 32.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#AAD1B5 (or 0xAAD1B5) is known color: Gum Leaf. HEX triplet: AA, D1 and B5. RGB value is (170,209,181). Sum of RGB (Red+Green+Blue) = 170+209+181=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1B5 is #552E4A. Grayscale: #C2C2C2. Windows color (decimal): -5582411 or 11915690. OLE color: 11915690.

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

Color convert

RGB 170 209 181 -
CMYK 0.19 0 0.13 0.18
HSL 136.92º 0.3% 0.74% -
HSV(B) 136.92º 0.19% 0.82% -
XYZ 47.72 57.48 52.3 -
YUV 194.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 170 209 181 0.19 0 0.13 0.18 136.92 0.3 0.74
Hex AA D1 B5 13 0 D 12 89 1E 4A
Octal 252 321 265 23 0 15 22 211 36 112
Binary 10101010 11010001 10110101 10011 0 1101 10010 10001001 11110 1001010

Color Harmonies of #AAD1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD1B5

Black with #AAD1B5

Text Example


Text Example

White with #AAD1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD1B5; }

 p { color: rgb(170,209,181); }

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

background-color css

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

 a { background-color: rgb(170,209,181); }

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

border-color css

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

 span { border-color: rgb(170,209,181); }

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