Html Css Color HEX #AAD0B2 Gum Leaf

📋 copy color: '#AAD0B2'

red 170 ◦ green 208 ◦ blue 178

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

Shades of Gum Leaf #AAD0B2

Tints of Gum Leaf #AAD0B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.01%

R = 30.58%
G = 37.41%
B = 32.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#AAD0B2 (or 0xAAD0B2) is known color: Gum Leaf. HEX triplet: AA, D0 and B2. RGB value is (170,208,178). Sum of RGB (Red+Green+Blue) = 170+208+178=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD0B2 is #552F4D. Grayscale: #C1C1C1. Windows color (decimal): -5582670 or 11718826. OLE color: 11718826.

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

Color convert

RGB 170 208 178 -
CMYK 0.18 0 0.14 0.18
HSL 132.63º 0.29% 0.74% -
HSV(B) 132.63º 0.18% 0.82% -
XYZ 47.17 56.87 50.61 -
YUV 193.22 119.41 111.44 -
System Red Green Blue C M Y K H S L
Decimal 170 208 178 0.18 0 0.14 0.18 132.63 0.29 0.74
Hex AA D0 B2 12 0 E 12 85 1D 4A
Octal 252 320 262 22 0 16 22 205 35 112
Binary 10101010 11010000 10110010 10010 0 1110 10010 10000101 11101 1001010

Color Harmonies of #AAD0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0B2

Black with #AAD0B2

Text Example


Text Example

White with #AAD0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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