Html Css Color HEX #AAD4B5 Gum Leaf

📋 copy color: '#AAD4B5'

red 170 ◦ green 212 ◦ blue 181

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

Shades of Gum Leaf #AAD4B5

Tints of Gum Leaf #AAD4B5

RGB

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

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

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

R = 30.2%
G = 37.66%
B = 32.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#AAD4B5 (or 0xAAD4B5) is known color: Gum Leaf. HEX triplet: AA, D4 and B5. RGB value is (170,212,181). Sum of RGB (Red+Green+Blue) = 170+212+181=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD4B5 is #552B4A. Grayscale: #C3C3C3. Windows color (decimal): -5581643 or 11916458. OLE color: 11916458.

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

Color convert

RGB 170 212 181 -
CMYK 0.20 0 0.15 0.17
HSL 135.71º 0.33% 0.75% -
HSV(B) 135.71º 0.2% 0.83% -
XYZ 48.46 58.97 52.54 -
YUV 195.91 119.59 109.52 -
System Red Green Blue C M Y K H S L
Decimal 170 212 181 0.20 0 0.15 0.17 135.71 0.33 0.75
Hex AA D4 B5 14 0 F 11 88 21 4B
Octal 252 324 265 24 0 17 21 210 41 113
Binary 10101010 11010100 10110101 10100 0 1111 10001 10001000 100001 1001011

Color Harmonies of #AAD4B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD4B5

Black with #AAD4B5

Text Example


Text Example

White with #AAD4B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD4B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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