Html Css Color HEX #016F4B Watercourse

📋 copy color: '#016F4B'

red 1 ◦ green 111 ◦ blue 75

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

Shades of Watercourse #016F4B

Tints of Watercourse #016F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 40.11%

R = 0.53%
G = 59.36%
B = 40.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#016F4B (or 0x016F4B) is known color: Watercourse. HEX triplet: 01, 6F and 4B. RGB value is (1,111,75). Sum of RGB (Red+Green+Blue) = 1+111+75=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 111 (43.75% from 255 or 59.36% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 111 - color contains mainly: green. Hex color #016F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F4B is #FE90B4. Grayscale: #4A4A4A. Windows color (decimal): -16683189 or 4943617. OLE color: 4943617.

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

Color convert

RGB 1 111 75 -
CMYK 0.99 0 0.32 0.56
HSL 160.36º 0.98% 0.22% -
HSV(B) 160.36º 0.99% 0.44% -
XYZ 6.97 11.88 8.58 -
YUV 74.01 128.56 75.93 -
System Red Green Blue C M Y K H S L
Decimal 1 111 75 0.99 0 0.32 0.56 160.36 0.98 0.22
Hex 1 6F 4B 63 0 20 38 A0 62 16
Octal 1 157 113 143 0 40 70 240 142 26
Binary 1 1101111 1001011 1100011 0 100000 111000 10100000 1100010 10110

Color Harmonies of #016F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F4B

Black with #016F4B

Text Example


Text Example

White with #016F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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