Html Css Color HEX #AAD4B9 Gum Leaf

📋 copy color: '#AAD4B9'

red 170 ◦ green 212 ◦ blue 185

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

Shades of Gum Leaf #AAD4B9

Tints of Gum Leaf #AAD4B9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.39%

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

R = 29.98%
G = 37.39%
B = 32.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#AAD4B9 (or 0xAAD4B9) is known color: Gum Leaf. HEX triplet: AA, D4 and B9. RGB value is (170,212,185). Sum of RGB (Red+Green+Blue) = 170+212+185=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD4B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD4B9 is #552B46. Grayscale: #C4C4C4. Windows color (decimal): -5581639 or 12178602. OLE color: 12178602.

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

Color convert

RGB 170 212 185 -
CMYK 0.20 0 0.13 0.17
HSL 141.43º 0.33% 0.75% -
HSV(B) 141.43º 0.2% 0.83% -
XYZ 48.88 59.14 54.74 -
YUV 196.36 121.59 109.2 -
System Red Green Blue C M Y K H S L
Decimal 170 212 185 0.20 0 0.13 0.17 141.43 0.33 0.75
Hex AA D4 B9 14 0 D 11 8D 21 4B
Octal 252 324 271 24 0 15 21 215 41 113
Binary 10101010 11010100 10111001 10100 0 1101 10001 10001101 100001 1001011

Color Harmonies of #AAD4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD4B9

Black with #AAD4B9

Text Example


Text Example

White with #AAD4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD4B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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