Html Css Color HEX #AAD4B8 Gum Leaf

📋 copy color: '#AAD4B8'

red 170 ◦ green 212 ◦ blue 184

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

Shades of Gum Leaf #AAD4B8

Tints of Gum Leaf #AAD4B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.51%

R = 30.04%
G = 37.46%
B = 32.51%

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

#AAD4B8 (or 0xAAD4B8) is known color: Gum Leaf. HEX triplet: AA, D4 and B8. RGB value is (170,212,184). Sum of RGB (Red+Green+Blue) = 170+212+184=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 184 (72.27% from 255 or 32.51% from 566); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD4B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD4B8 is #552B47. Grayscale: #C4C4C4. Windows color (decimal): -5581640 or 12113066. OLE color: 12113066.

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

Color convert

RGB 170 212 184 -
CMYK 0.20 0 0.13 0.17
HSL 140º 0.33% 0.75% -
HSV(B) 140º 0.2% 0.83% -
XYZ 48.77 59.09 54.18 -
YUV 196.25 121.09 109.28 -
System Red Green Blue C M Y K H S L
Decimal 170 212 184 0.20 0 0.13 0.17 140 0.33 0.75
Hex AA D4 B8 14 0 D 11 8C 21 4B
Octal 252 324 270 24 0 15 21 214 41 113
Binary 10101010 11010100 10111000 10100 0 1101 10001 10001100 100001 1001011

Color Harmonies of #AAD4B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD4B8

Black with #AAD4B8

Text Example


Text Example

White with #AAD4B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD4B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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