Html Css Color HEX #ADD5B3 Gum Leaf

📋 copy color: '#ADD5B3'

red 173 ◦ green 213 ◦ blue 179

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

Shades of Gum Leaf #ADD5B3

Tints of Gum Leaf #ADD5B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.68%

R = 30.62%
G = 37.7%
B = 31.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#ADD5B3 (or 0xADD5B3) is known color: Gum Leaf. HEX triplet: AD, D5 and B3. RGB value is (173,213,179). Sum of RGB (Red+Green+Blue) = 173+213+179=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5B3 is #522A4C. Grayscale: #C5C5C5. Windows color (decimal): -5384781 or 11785645. OLE color: 11785645.

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

Color convert

RGB 173 213 179 -
CMYK 0.19 0 0.16 0.16
HSL 129º 0.32% 0.76% -
HSV(B) 129º 0.19% 0.84% -
XYZ 49.16 59.73 51.59 -
YUV 197.16 117.75 110.76 -
System Red Green Blue C M Y K H S L
Decimal 173 213 179 0.19 0 0.16 0.16 129 0.32 0.76
Hex AD D5 B3 13 0 10 10 81 20 4C
Octal 255 325 263 23 0 20 20 201 40 114
Binary 10101101 11010101 10110011 10011 0 10000 10000 10000001 100000 1001100

Color Harmonies of #ADD5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5B3

Black with #ADD5B3

Text Example


Text Example

White with #ADD5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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