Html Css Color HEX #AAD5BA Gum Leaf

📋 copy color: '#AAD5BA'

red 170 ◦ green 213 ◦ blue 186

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

Shades of Gum Leaf #AAD5BA

Tints of Gum Leaf #AAD5BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.69%

R = 29.88%
G = 37.43%
B = 32.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#AAD5BA (or 0xAAD5BA) is known color: Gum Leaf. HEX triplet: AA, D5 and BA. RGB value is (170,213,186). Sum of RGB (Red+Green+Blue) = 170+213+186=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5BA is #552A45. Grayscale: #C5C5C5. Windows color (decimal): -5581382 or 12244394. OLE color: 12244394.

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

Color convert

RGB 170 213 186 -
CMYK 0.20 0 0.13 0.16
HSL 142.33º 0.34% 0.75% -
HSV(B) 142.33º 0.2% 0.84% -
XYZ 49.23 59.68 55.38 -
YUV 197.07 121.75 108.7 -
System Red Green Blue C M Y K H S L
Decimal 170 213 186 0.20 0 0.13 0.16 142.33 0.34 0.75
Hex AA D5 BA 14 0 D 10 8E 22 4B
Octal 252 325 272 24 0 15 20 216 42 113
Binary 10101010 11010101 10111010 10100 0 1101 10000 10001110 100010 1001011

Color Harmonies of #AAD5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD5BA

Black with #AAD5BA

Text Example


Text Example

White with #AAD5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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