Html Css Color HEX #016E51 Watercourse

📋 copy color: '#016E51'

red 1 ◦ green 110 ◦ blue 81

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

Shades of Watercourse #016E51

Tints of Watercourse #016E51

RGB

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

 GREEN value IS 110 (43.36% from 255) = 57.29%

 BLUE value IS 81 (32.03% from 255) = 42.19%

R = 0.52%
G = 57.29%
B = 42.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.57

RGB Variations

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

Color information

#016E51 (or 0x016E51) is known color: Watercourse. HEX triplet: 01, 6E and 51. RGB value is (1,110,81). Sum of RGB (Red+Green+Blue) = 1+110+81=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 110 (43.36% from 255 or 57.29% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 110 - color contains mainly: green. Hex color #016E51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E51 is #FE91AE. Grayscale: #4A4A4A. Windows color (decimal): -16683439 or 5336577. OLE color: 5336577.

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

Color convert

RGB 1 110 81 -
CMYK 0.99 0 0.26 0.57
HSL 164.04º 0.98% 0.22% -
HSV(B) 164.04º 0.99% 0.43% -
XYZ 7.07 11.75 9.68 -
YUV 74.1 131.89 75.86 -
System Red Green Blue C M Y K H S L
Decimal 1 110 81 0.99 0 0.26 0.57 164.04 0.98 0.22
Hex 1 6E 51 63 0 1A 39 A4 62 16
Octal 1 156 121 143 0 32 71 244 142 26
Binary 1 1101110 1010001 1100011 0 11010 111001 10100100 1100010 10110

Color Harmonies of #016E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E51

Black with #016E51

Text Example


Text Example

White with #016E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,110,81); }

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

background-color css

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

 a { background-color: rgb(1,110,81); }

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

border-color css

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

 span { border-color: rgb(1,110,81); }

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