Html Css Color HEX #AAD0B6 Gum Leaf

📋 copy color: '#AAD0B6'

red 170 ◦ green 208 ◦ blue 182

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

Shades of Gum Leaf #AAD0B6

Tints of Gum Leaf #AAD0B6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.14%

 BLUE value IS 182 (71.48% from 255) = 32.5%

R = 30.36%
G = 37.14%
B = 32.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#AAD0B6 (or 0xAAD0B6) is known color: Gum Leaf. HEX triplet: AA, D0 and B6. RGB value is (170,208,182). Sum of RGB (Red+Green+Blue) = 170+208+182=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0B6 is #552F49. Grayscale: #C1C1C1. Windows color (decimal): -5582666 or 11980970. OLE color: 11980970.

HSL color Cylindrical-coordinate representation of color #AAD0B6: hue angle of 138.95º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAD0B6 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 182 -
CMYK 0.18 0 0.12 0.18
HSL 138.95º 0.29% 0.74% -
HSV(B) 138.95º 0.18% 0.82% -
XYZ 47.58 57.04 52.76 -
YUV 193.67 121.41 111.11 -
System Red Green Blue C M Y K H S L
Decimal 170 208 182 0.18 0 0.12 0.18 138.95 0.29 0.74
Hex AA D0 B6 12 0 C 12 8B 1D 4A
Octal 252 320 266 22 0 14 22 213 35 112
Binary 10101010 11010000 10110110 10010 0 1100 10010 10001011 11101 1001010

Color Harmonies of #AAD0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0B6

Black with #AAD0B6

Text Example


Text Example

White with #AAD0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0B6; }

 p { color: rgb(170,208,182); }

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

background-color css

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

 a { background-color: rgb(170,208,182); }

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

border-color css

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

 span { border-color: rgb(170,208,182); }

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