Html Css Color HEX #106A56 Watercourse

📋 copy color: '#106A56'

red 16 ◦ green 106 ◦ blue 86

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

Shades of Watercourse #106A56

Tints of Watercourse #106A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 41.35%

R = 7.69%
G = 50.96%
B = 41.35%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#106A56 (or 0x106A56) is known color: Watercourse. HEX triplet: 10, 6A and 56. RGB value is (16,106,86). Sum of RGB (Red+Green+Blue) = 16+106+86=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 106 (41.80% from 255 or 50.96% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 106 - color contains mainly: green. Hex color #106A56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106A56 is #EF95A9. Grayscale: #4C4C4C. Windows color (decimal): -15701418 or 5663248. OLE color: 5663248.

HSL color Cylindrical-coordinate representation of color #106A56: hue angle of 166.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 #106A56 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 106 86 -
CMYK 0.85 0 0.19 0.58
HSL 166.67º 0.74% 0.24% -
HSV(B) 166.67º 0.85% 0.42% -
XYZ 7.05 11.09 10.57 -
YUV 76.81 133.18 84.63 -
System Red Green Blue C M Y K H S L
Decimal 16 106 86 0.85 0 0.19 0.58 166.67 0.74 0.24
Hex 10 6A 56 55 0 13 3A A7 4A 18
Octal 20 152 126 125 0 23 72 247 112 30
Binary 10000 1101010 1010110 1010101 0 10011 111010 10100111 1001010 11000

Color Harmonies of #106A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106A56

Black with #106A56

Text Example


Text Example

White with #106A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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