Html Css Color HEX #AAD5B9 Gum Leaf

📋 copy color: '#AAD5B9'

red 170 ◦ green 213 ◦ blue 185

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

Shades of Gum Leaf #AAD5B9

Tints of Gum Leaf #AAD5B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.57%

R = 29.93%
G = 37.5%
B = 32.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#AAD5B9 (or 0xAAD5B9) is known color: Gum Leaf. HEX triplet: AA, D5 and B9. RGB value is (170,213,185). Sum of RGB (Red+Green+Blue) = 170+213+185=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5B9 is #552A46. Grayscale: #C5C5C5. Windows color (decimal): -5581383 or 12178858. OLE color: 12178858.

HSL color Cylindrical-coordinate representation of color #AAD5B9: hue angle of 140.93º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD5B9 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 185 -
CMYK 0.20 0 0.13 0.16
HSL 140.93º 0.34% 0.75% -
HSV(B) 140.93º 0.2% 0.84% -
XYZ 49.13 59.64 54.82 -
YUV 196.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 170 213 185 0.20 0 0.13 0.16 140.93 0.34 0.75
Hex AA D5 B9 14 0 D 10 8D 22 4B
Octal 252 325 271 24 0 15 20 215 42 113
Binary 10101010 11010101 10111001 10100 0 1101 10000 10001101 100010 1001011

Color Harmonies of #AAD5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD5B9

Black with #AAD5B9

Text Example


Text Example

White with #AAD5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD5B9; }

 p { color: rgb(170,213,185); }

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

background-color css

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

 a { background-color: rgb(170,213,185); }

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

border-color css

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

 span { border-color: rgb(170,213,185); }

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