Html Css Color HEX #AAD6B8 Gum Leaf

📋 copy color: '#AAD6B8'

red 170 ◦ green 214 ◦ blue 184

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

Shades of Gum Leaf #AAD6B8

Tints of Gum Leaf #AAD6B8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.68%

 BLUE value IS 184 (72.27% from 255) = 32.39%

R = 29.93%
G = 37.68%
B = 32.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#AAD6B8 (or 0xAAD6B8) is known color: Gum Leaf. HEX triplet: AA, D6 and B8. RGB value is (170,214,184). Sum of RGB (Red+Green+Blue) = 170+214+184=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 184 (72.27% from 255 or 32.39% from 568); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD6B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6B8 is #552947. Grayscale: #C5C5C5. Windows color (decimal): -5581128 or 12113578. OLE color: 12113578.

HSL color Cylindrical-coordinate representation of color #AAD6B8: hue angle of 139.09º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD6B8 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 184 -
CMYK 0.21 0 0.14 0.16
HSL 139.09º 0.35% 0.75% -
HSV(B) 139.09º 0.21% 0.84% -
XYZ 49.28 60.1 54.35 -
YUV 197.42 120.42 108.44 -
System Red Green Blue C M Y K H S L
Decimal 170 214 184 0.21 0 0.14 0.16 139.09 0.35 0.75
Hex AA D6 B8 15 0 E 10 8B 23 4B
Octal 252 326 270 25 0 16 20 213 43 113
Binary 10101010 11010110 10111000 10101 0 1110 10000 10001011 100011 1001011

Color Harmonies of #AAD6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD6B8

Black with #AAD6B8

Text Example


Text Example

White with #AAD6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD6B8; }

 p { color: rgb(170,214,184); }

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

background-color css

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

 a { background-color: rgb(170,214,184); }

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

border-color css

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

 span { border-color: rgb(170,214,184); }

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