Html Css Color HEX #AAD5B3 Gum Leaf

📋 copy color: '#AAD5B3'

red 170 ◦ green 213 ◦ blue 179

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

Shades of Gum Leaf #AAD5B3

Tints of Gum Leaf #AAD5B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.85%

R = 30.25%
G = 37.9%
B = 31.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#AAD5B3 (or 0xAAD5B3) is known color: Gum Leaf. HEX triplet: AA, D5 and B3. RGB value is (170,213,179). Sum of RGB (Red+Green+Blue) = 170+213+179=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5B3 is #552A4C. Grayscale: #C4C4C4. Windows color (decimal): -5581389 or 11785642. OLE color: 11785642.

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

Color convert

RGB 170 213 179 -
CMYK 0.20 0 0.16 0.16
HSL 132.56º 0.34% 0.75% -
HSV(B) 132.56º 0.2% 0.84% -
XYZ 48.51 59.39 51.55 -
YUV 196.27 118.25 109.26 -
System Red Green Blue C M Y K H S L
Decimal 170 213 179 0.20 0 0.16 0.16 132.56 0.34 0.75
Hex AA D5 B3 14 0 10 10 85 22 4B
Octal 252 325 263 24 0 20 20 205 42 113
Binary 10101010 11010101 10110011 10100 0 10000 10000 10000101 100010 1001011

Color Harmonies of #AAD5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD5B3

Black with #AAD5B3

Text Example


Text Example

White with #AAD5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD5B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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