Html Css Color HEX #ADD1B2 Gum Leaf

📋 copy color: '#ADD1B2'

red 173 ◦ green 209 ◦ blue 178

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

Shades of Gum Leaf #ADD1B2

Tints of Gum Leaf #ADD1B2

RGB

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

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

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

R = 30.89%
G = 37.32%
B = 31.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#ADD1B2 (or 0xADD1B2) is known color: Gum Leaf. HEX triplet: AD, D1 and B2. RGB value is (173,209,178). Sum of RGB (Red+Green+Blue) = 173+209+178=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD1B2 is #522E4D. Grayscale: #C2C2C2. Windows color (decimal): -5385806 or 11719085. OLE color: 11719085.

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

Color convert

RGB 173 209 178 -
CMYK 0.17 0 0.15 0.18
HSL 128.33º 0.28% 0.75% -
HSV(B) 128.33º 0.17% 0.82% -
XYZ 48.07 57.7 50.72 -
YUV 194.7 118.57 112.52 -
System Red Green Blue C M Y K H S L
Decimal 173 209 178 0.17 0 0.15 0.18 128.33 0.28 0.75
Hex AD D1 B2 11 0 F 12 80 1C 4B
Octal 255 321 262 21 0 17 22 200 34 113
Binary 10101101 11010001 10110010 10001 0 1111 10010 10000000 11100 1001011

Color Harmonies of #ADD1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1B2

Black with #ADD1B2

Text Example


Text Example

White with #ADD1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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