Html Css Color HEX #106A50 Watercourse

📋 copy color: '#106A50'

red 16 ◦ green 106 ◦ blue 80

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

Shades of Watercourse #106A50

Tints of Watercourse #106A50

RGB

 RED value IS 16 (6.64% from 255) = 7.92%

 GREEN value IS 106 (41.8% from 255) = 52.48%

 BLUE value IS 80 (31.64% from 255) = 39.6%

R = 7.92%
G = 52.48%
B = 39.6%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#106A50 (or 0x106A50) is known color: Watercourse. HEX triplet: 10, 6A and 50. RGB value is (16,106,80). Sum of RGB (Red+Green+Blue) = 16+106+80=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 106 (41.80% from 255 or 52.48% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 106 - color contains mainly: green. Hex color #106A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106A50 is #EF95AF. Grayscale: #4C4C4C. Windows color (decimal): -15701424 or 5270032. OLE color: 5270032.

HSL color Cylindrical-coordinate representation of color #106A50: hue angle of 162.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106A50 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 106 80 -
CMYK 0.85 0 0.25 0.58
HSL 162.67º 0.74% 0.24% -
HSV(B) 162.67º 0.85% 0.42% -
XYZ 6.82 11 9.35 -
YUV 76.13 130.18 85.11 -
System Red Green Blue C M Y K H S L
Decimal 16 106 80 0.85 0 0.25 0.58 162.67 0.74 0.24
Hex 10 6A 50 55 0 19 3A A3 4A 18
Octal 20 152 120 125 0 31 72 243 112 30
Binary 10000 1101010 1010000 1010101 0 11001 111010 10100011 1001010 11000

Color Harmonies of #106A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106A50

Black with #106A50

Text Example


Text Example

White with #106A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106A50; }

 p { color: rgb(16,106,80); }

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

background-color css

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

 a { background-color: rgb(16,106,80); }

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

border-color css

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

 span { border-color: rgb(16,106,80); }

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