Html Css Color HEX #016F53 Watercourse

📋 copy color: '#016F53'

red 1 ◦ green 111 ◦ blue 83

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

Shades of Watercourse #016F53

Tints of Watercourse #016F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 42.56%

R = 0.51%
G = 56.92%
B = 42.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#016F53 (or 0x016F53) is known color: Watercourse. HEX triplet: 01, 6F and 53. RGB value is (1,111,83). Sum of RGB (Red+Green+Blue) = 1+111+83=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 111 (43.75% from 255 or 56.92% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 111 - color contains mainly: green. Hex color #016F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F53 is #FE90AC. Grayscale: #4A4A4A. Windows color (decimal): -16683181 or 5467905. OLE color: 5467905.

HSL color Cylindrical-coordinate representation of color #016F53: hue angle of 164.73º 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 #016F53 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 111 83 -
CMYK 0.99 0 0.25 0.56
HSL 164.73º 0.98% 0.22% -
HSV(B) 164.73º 0.99% 0.44% -
XYZ 7.26 12 10.12 -
YUV 74.92 132.56 75.28 -
System Red Green Blue C M Y K H S L
Decimal 1 111 83 0.99 0 0.25 0.56 164.73 0.98 0.22
Hex 1 6F 53 63 0 19 38 A5 62 16
Octal 1 157 123 143 0 31 70 245 142 26
Binary 1 1101111 1010011 1100011 0 11001 111000 10100101 1100010 10110

Color Harmonies of #016F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F53

Black with #016F53

Text Example


Text Example

White with #016F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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