Html Css Color HEX #ADD5B4 Gum Leaf

📋 copy color: '#ADD5B4'

red 173 ◦ green 213 ◦ blue 180

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

Shades of Gum Leaf #ADD5B4

Tints of Gum Leaf #ADD5B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.8%

R = 30.57%
G = 37.63%
B = 31.8%

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

#ADD5B4 (or 0xADD5B4) is known color: Gum Leaf. HEX triplet: AD, D5 and B4. RGB value is (173,213,180). Sum of RGB (Red+Green+Blue) = 173+213+180=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5B4 is #522A4B. Grayscale: #C5C5C5. Windows color (decimal): -5384780 or 11851181. OLE color: 11851181.

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

Color convert

RGB 173 213 180 -
CMYK 0.19 0 0.15 0.16
HSL 130.5º 0.32% 0.76% -
HSV(B) 130.5º 0.19% 0.84% -
XYZ 49.27 59.77 52.12 -
YUV 197.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 173 213 180 0.19 0 0.15 0.16 130.5 0.32 0.76
Hex AD D5 B4 13 0 F 10 82 20 4C
Octal 255 325 264 23 0 17 20 202 40 114
Binary 10101101 11010101 10110100 10011 0 1111 10000 10000010 100000 1001100

Color Harmonies of #ADD5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5B4

Black with #ADD5B4

Text Example


Text Example

White with #ADD5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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