Html Css Color HEX #AAD3B5 Gum Leaf

📋 copy color: '#AAD3B5'

red 170 ◦ green 211 ◦ blue 181

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

Shades of Gum Leaf #AAD3B5

Tints of Gum Leaf #AAD3B5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.54%

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

R = 30.25%
G = 37.54%
B = 32.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#AAD3B5 (or 0xAAD3B5) is known color: Gum Leaf. HEX triplet: AA, D3 and B5. RGB value is (170,211,181). Sum of RGB (Red+Green+Blue) = 170+211+181=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD3B5 is #552C4A. Grayscale: #C3C3C3. Windows color (decimal): -5581899 or 11916202. OLE color: 11916202.

HSL color Cylindrical-coordinate representation of color #AAD3B5: hue angle of 136.1º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD3B5 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 181 -
CMYK 0.19 0 0.14 0.17
HSL 136.1º 0.32% 0.75% -
HSV(B) 136.1º 0.19% 0.83% -
XYZ 48.21 58.47 52.46 -
YUV 195.32 119.92 109.94 -
System Red Green Blue C M Y K H S L
Decimal 170 211 181 0.19 0 0.14 0.17 136.1 0.32 0.75
Hex AA D3 B5 13 0 E 11 88 20 4B
Octal 252 323 265 23 0 16 21 210 40 113
Binary 10101010 11010011 10110101 10011 0 1110 10001 10001000 100000 1001011

Color Harmonies of #AAD3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD3B5

Black with #AAD3B5

Text Example


Text Example

White with #AAD3B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD3B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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