Html Css Color HEX #AAD5B8 Gum Leaf

📋 copy color: '#AAD5B8'

red 170 ◦ green 213 ◦ blue 184

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

Shades of Gum Leaf #AAD5B8

Tints of Gum Leaf #AAD5B8

RGB

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

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

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

R = 29.98%
G = 37.57%
B = 32.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#AAD5B8 (or 0xAAD5B8) is known color: Gum Leaf. HEX triplet: AA, D5 and B8. RGB value is (170,213,184). Sum of RGB (Red+Green+Blue) = 170+213+184=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5B8 is #552A47. Grayscale: #C4C4C4. Windows color (decimal): -5581384 or 12113322. OLE color: 12113322.

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

Color convert

RGB 170 213 184 -
CMYK 0.20 0 0.14 0.16
HSL 139.53º 0.34% 0.75% -
HSV(B) 139.53º 0.2% 0.84% -
XYZ 49.02 59.6 54.27 -
YUV 196.84 120.75 108.86 -
System Red Green Blue C M Y K H S L
Decimal 170 213 184 0.20 0 0.14 0.16 139.53 0.34 0.75
Hex AA D5 B8 14 0 E 10 8C 22 4B
Octal 252 325 270 24 0 16 20 214 42 113
Binary 10101010 11010101 10111000 10100 0 1110 10000 10001100 100010 1001011

Color Harmonies of #AAD5B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD5B8

Black with #AAD5B8

Text Example


Text Example

White with #AAD5B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD5B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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