Html Css Color HEX #ADD5B5 Gum Leaf

📋 copy color: '#ADD5B5'

red 173 ◦ green 213 ◦ blue 181

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

Shades of Gum Leaf #ADD5B5

Tints of Gum Leaf #ADD5B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.92%

R = 30.51%
G = 37.57%
B = 31.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#ADD5B5 (or 0xADD5B5) is known color: Gum Leaf. HEX triplet: AD, D5 and B5. RGB value is (173,213,181). Sum of RGB (Red+Green+Blue) = 173+213+181=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5B5 is #522A4A. Grayscale: #C5C5C5. Windows color (decimal): -5384779 or 11916717. OLE color: 11916717.

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

Color convert

RGB 173 213 181 -
CMYK 0.19 0 0.15 0.16
HSL 132º 0.32% 0.76% -
HSV(B) 132º 0.19% 0.84% -
XYZ 49.37 59.81 52.66 -
YUV 197.39 118.75 110.6 -
System Red Green Blue C M Y K H S L
Decimal 173 213 181 0.19 0 0.15 0.16 132 0.32 0.76
Hex AD D5 B5 13 0 F 10 84 20 4C
Octal 255 325 265 23 0 17 20 204 40 114
Binary 10101101 11010101 10110101 10011 0 1111 10000 10000100 100000 1001100

Color Harmonies of #ADD5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5B5

Black with #ADD5B5

Text Example


Text Example

White with #ADD5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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