Html Css Color HEX #ADD6B4 Gum Leaf

📋 copy color: '#ADD6B4'

red 173 ◦ green 214 ◦ blue 180

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

Shades of Gum Leaf #ADD6B4

Tints of Gum Leaf #ADD6B4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.74%

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

R = 30.51%
G = 37.74%
B = 31.75%

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

#ADD6B4 (or 0xADD6B4) is known color: Gum Leaf. HEX triplet: AD, D6 and B4. RGB value is (173,214,180). Sum of RGB (Red+Green+Blue) = 173+214+180=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6B4 is #52294B. Grayscale: #C5C5C5. Windows color (decimal): -5384524 or 11851437. OLE color: 11851437.

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

Color convert

RGB 173 214 180 -
CMYK 0.19 0 0.16 0.16
HSL 130.24º 0.33% 0.76% -
HSV(B) 130.24º 0.19% 0.84% -
XYZ 49.52 60.27 52.2 -
YUV 197.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 173 214 180 0.19 0 0.16 0.16 130.24 0.33 0.76
Hex AD D6 B4 13 0 10 10 82 21 4C
Octal 255 326 264 23 0 20 20 202 41 114
Binary 10101101 11010110 10110100 10011 0 10000 10000 10000010 100001 1001100

Color Harmonies of #ADD6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD6B4

Black with #ADD6B4

Text Example


Text Example

White with #ADD6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD6B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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