Html Css Color HEX #016C50 Watercourse

📋 copy color: '#016C50'

red 1 ◦ green 108 ◦ blue 80

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

Shades of Watercourse #016C50

Tints of Watercourse #016C50

RGB

 RED value IS 1 (0.78% from 255) = 0.53%

 GREEN value IS 108 (42.58% from 255) = 57.14%

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

R = 0.53%
G = 57.14%
B = 42.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#016C50 (or 0x016C50) is known color: Watercourse. HEX triplet: 01, 6C and 50. RGB value is (1,108,80). Sum of RGB (Red+Green+Blue) = 1+108+80=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 108 (42.58% from 255 or 57.14% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 108 - color contains mainly: green. Hex color #016C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016C50 is #FE93AF. Grayscale: #484848. Windows color (decimal): -16683952 or 5270529. OLE color: 5270529.

HSL color Cylindrical-coordinate representation of color #016C50: hue angle of 164.3º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C50 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 108 80 -
CMYK 0.99 0 0.26 0.58
HSL 164.3º 0.98% 0.21% -
HSV(B) 164.3º 0.99% 0.42% -
XYZ 6.82 11.31 9.41 -
YUV 72.82 132.05 76.78 -
System Red Green Blue C M Y K H S L
Decimal 1 108 80 0.99 0 0.26 0.58 164.3 0.98 0.21
Hex 1 6C 50 63 0 1A 3A A4 62 15
Octal 1 154 120 143 0 32 72 244 142 25
Binary 1 1101100 1010000 1100011 0 11010 111010 10100100 1100010 10101

Color Harmonies of #016C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016C50

Black with #016C50

Text Example


Text Example

White with #016C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016C50; }

 p { color: rgb(1,108,80); }

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

background-color css

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

 a { background-color: rgb(1,108,80); }

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

border-color css

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

 span { border-color: rgb(1,108,80); }

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