Html Css Color HEX #AAD4BA Gum Leaf

📋 copy color: '#AAD4BA'

red 170 ◦ green 212 ◦ blue 186

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

Shades of Gum Leaf #AAD4BA

Tints of Gum Leaf #AAD4BA

RGB

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

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

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

R = 29.93%
G = 37.32%
B = 32.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#AAD4BA (or 0xAAD4BA) is known color: Gum Leaf. HEX triplet: AA, D4 and BA. RGB value is (170,212,186). Sum of RGB (Red+Green+Blue) = 170+212+186=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD4BA is #552B45. Grayscale: #C4C4C4. Windows color (decimal): -5581638 or 12244138. OLE color: 12244138.

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

Color convert

RGB 170 212 186 -
CMYK 0.20 0 0.12 0.17
HSL 142.86º 0.33% 0.75% -
HSV(B) 142.86º 0.2% 0.83% -
XYZ 48.98 59.18 55.3 -
YUV 196.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 170 212 186 0.20 0 0.12 0.17 142.86 0.33 0.75
Hex AA D4 BA 14 0 C 11 8F 21 4B
Octal 252 324 272 24 0 14 21 217 41 113
Binary 10101010 11010100 10111010 10100 0 1100 10001 10001111 100001 1001011

Color Harmonies of #AAD4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD4BA

Black with #AAD4BA

Text Example


Text Example

White with #AAD4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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