Html Css Color HEX #ADD5BB Gum Leaf

📋 copy color: '#ADD5BB'

red 173 ◦ green 213 ◦ blue 187

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

Shades of Gum Leaf #ADD5BB

Tints of Gum Leaf #ADD5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.64%

R = 30.19%
G = 37.17%
B = 32.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#ADD5BB (or 0xADD5BB) is known color: Gum Leaf. HEX triplet: AD, D5 and BB. RGB value is (173,213,187). Sum of RGB (Red+Green+Blue) = 173+213+187=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5BB is #522A44. Grayscale: #C6C6C6. Windows color (decimal): -5384773 or 12309933. OLE color: 12309933.

HSL color Cylindrical-coordinate representation of color #ADD5BB: hue angle of 141º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD5BB is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 187 -
CMYK 0.19 0 0.12 0.16
HSL 141º 0.32% 0.76% -
HSV(B) 141º 0.19% 0.84% -
XYZ 50 60.06 55.97 -
YUV 198.08 121.75 110.11 -
System Red Green Blue C M Y K H S L
Decimal 173 213 187 0.19 0 0.12 0.16 141 0.32 0.76
Hex AD D5 BB 13 0 C 10 8D 20 4C
Octal 255 325 273 23 0 14 20 215 40 114
Binary 10101101 11010101 10111011 10011 0 1100 10000 10001101 100000 1001100

Color Harmonies of #ADD5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5BB

Black with #ADD5BB

Text Example


Text Example

White with #ADD5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5BB; }

 p { color: rgb(173,213,187); }

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

background-color css

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

 a { background-color: rgb(173,213,187); }

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

border-color css

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

 span { border-color: rgb(173,213,187); }

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