Html Css Color HEX #ADD1B0 Gum Leaf

📋 copy color: '#ADD1B0'

red 173 ◦ green 209 ◦ blue 176

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

Shades of Gum Leaf #ADD1B0

Tints of Gum Leaf #ADD1B0

RGB

 RED value IS 173 (67.97% from 255) = 31%

 GREEN value IS 209 (82.03% from 255) = 37.46%

 BLUE value IS 176 (69.14% from 255) = 31.54%

R = 31%
G = 37.46%
B = 31.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#ADD1B0 (or 0xADD1B0) is known color: Gum Leaf. HEX triplet: AD, D1 and B0. RGB value is (173,209,176). Sum of RGB (Red+Green+Blue) = 173+209+176=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD1B0 is #522E4F. Grayscale: #C2C2C2. Windows color (decimal): -5385808 or 11588013. OLE color: 11588013.

HSL color Cylindrical-coordinate representation of color #ADD1B0: hue angle of 125º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADD1B0 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 209 176 -
CMYK 0.17 0 0.16 0.18
HSL 125º 0.28% 0.75% -
HSV(B) 125º 0.17% 0.82% -
XYZ 47.87 57.62 49.67 -
YUV 194.47 117.57 112.68 -
System Red Green Blue C M Y K H S L
Decimal 173 209 176 0.17 0 0.16 0.18 125 0.28 0.75
Hex AD D1 B0 11 0 10 12 7D 1C 4B
Octal 255 321 260 21 0 20 22 175 34 113
Binary 10101101 11010001 10110000 10001 0 10000 10010 1111101 11100 1001011

Color Harmonies of #ADD1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1B0

Black with #ADD1B0

Text Example


Text Example

White with #ADD1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1B0; }

 p { color: rgb(173,209,176); }

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

background-color css

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

 a { background-color: rgb(173,209,176); }

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

border-color css

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

 span { border-color: rgb(173,209,176); }

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