Html Css Color HEX #ADD0B2 Gum Leaf

📋 copy color: '#ADD0B2'

red 173 ◦ green 208 ◦ blue 178

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

Shades of Gum Leaf #ADD0B2

Tints of Gum Leaf #ADD0B2

RGB

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

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

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

R = 30.95%
G = 37.21%
B = 31.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#ADD0B2 (or 0xADD0B2) is known color: Gum Leaf. HEX triplet: AD, D0 and B2. RGB value is (173,208,178). Sum of RGB (Red+Green+Blue) = 173+208+178=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD0B2 is #522F4D. Grayscale: #C2C2C2. Windows color (decimal): -5386062 or 11718829. OLE color: 11718829.

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

Color convert

RGB 173 208 178 -
CMYK 0.17 0 0.14 0.18
HSL 128.57º 0.27% 0.75% -
HSV(B) 128.57º 0.17% 0.82% -
XYZ 47.83 57.21 50.64 -
YUV 194.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 173 208 178 0.17 0 0.14 0.18 128.57 0.27 0.75
Hex AD D0 B2 11 0 E 12 81 1B 4B
Octal 255 320 262 21 0 16 22 201 33 113
Binary 10101101 11010000 10110010 10001 0 1110 10010 10000001 11011 1001011

Color Harmonies of #ADD0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0B2

Black with #ADD0B2

Text Example


Text Example

White with #ADD0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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