Html Css Color HEX #016F54 Watercourse

📋 copy color: '#016F54'

red 1 ◦ green 111 ◦ blue 84

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

Shades of Watercourse #016F54

Tints of Watercourse #016F54

RGB

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

 GREEN value IS 111 (43.75% from 255) = 56.63%

 BLUE value IS 84 (33.2% from 255) = 42.86%

R = 0.51%
G = 56.63%
B = 42.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#016F54 (or 0x016F54) is known color: Watercourse. HEX triplet: 01, 6F and 54. RGB value is (1,111,84). Sum of RGB (Red+Green+Blue) = 1+111+84=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 111 (43.75% from 255 or 56.63% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 111 - color contains mainly: green. Hex color #016F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F54 is #FE90AB. Grayscale: #4B4B4B. Windows color (decimal): -16683180 or 5533441. OLE color: 5533441.

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

Color convert

RGB 1 111 84 -
CMYK 0.99 0 0.24 0.56
HSL 165.27º 0.98% 0.22% -
HSV(B) 165.27º 0.99% 0.44% -
XYZ 7.3 12.02 10.32 -
YUV 75.03 133.06 75.2 -
System Red Green Blue C M Y K H S L
Decimal 1 111 84 0.99 0 0.24 0.56 165.27 0.98 0.22
Hex 1 6F 54 63 0 18 38 A5 62 16
Octal 1 157 124 143 0 30 70 245 142 26
Binary 1 1101111 1010100 1100011 0 11000 111000 10100101 1100010 10110

Color Harmonies of #016F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F54

Black with #016F54

Text Example


Text Example

White with #016F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,111,84); }

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

background-color css

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

 a { background-color: rgb(1,111,84); }

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

border-color css

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

 span { border-color: rgb(1,111,84); }

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