Html Css Color HEX #016C55 Watercourse

📋 copy color: '#016C55'

red 1 ◦ green 108 ◦ blue 85

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

Shades of Watercourse #016C55

Tints of Watercourse #016C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.81%

R = 0.52%
G = 55.67%
B = 43.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#016C55 (or 0x016C55) is known color: Watercourse. HEX triplet: 01, 6C and 55. RGB value is (1,108,85). Sum of RGB (Red+Green+Blue) = 1+108+85=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 108 (42.58% from 255 or 55.67% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 108 - color contains mainly: green. Hex color #016C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016C55 is #FE93AA. Grayscale: #494949. Windows color (decimal): -16683947 or 5598209. OLE color: 5598209.

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

Color convert

RGB 1 108 85 -
CMYK 0.99 0 0.21 0.58
HSL 167.1º 0.98% 0.21% -
HSV(B) 167.1º 0.99% 0.42% -
XYZ 7.01 11.39 10.42 -
YUV 73.39 134.55 76.37 -
System Red Green Blue C M Y K H S L
Decimal 1 108 85 0.99 0 0.21 0.58 167.1 0.98 0.21
Hex 1 6C 55 63 0 15 3A A7 62 15
Octal 1 154 125 143 0 25 72 247 142 25
Binary 1 1101100 1010101 1100011 0 10101 111010 10100111 1100010 10101

Color Harmonies of #016C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016C55

Black with #016C55

Text Example


Text Example

White with #016C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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