Html Css Color HEX #016242 Watercourse

📋 copy color: '#016242'

red 1 ◦ green 98 ◦ blue 66

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

Shades of Watercourse #016242

Tints of Watercourse #016242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 59.39%

 BLUE value IS 66 (26.17% from 255) = 40%

R = 0.61%
G = 59.39%
B = 40%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#016242 (or 0x016242) is known color: Watercourse. HEX triplet: 01, 62 and 42. RGB value is (1,98,66). Sum of RGB (Red+Green+Blue) = 1+98+66=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #016242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016242 is #FE9DBD. Grayscale: #414141. Windows color (decimal): -16686526 or 4350465. OLE color: 4350465.

HSL color Cylindrical-coordinate representation of color #016242: hue angle of 160.21º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016242 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 98 66 -
CMYK 0.99 0 0.33 0.62
HSL 160.21º 0.98% 0.19% -
HSV(B) 160.21º 0.99% 0.38% -
XYZ 5.36 9.14 6.63 -
YUV 65.35 128.36 82.1 -
System Red Green Blue C M Y K H S L
Decimal 1 98 66 0.99 0 0.33 0.62 160.21 0.98 0.19
Hex 1 62 42 63 0 21 3E A0 62 13
Octal 1 142 102 143 0 41 76 240 142 23
Binary 1 1100010 1000010 1100011 0 100001 111110 10100000 1100010 10011

Color Harmonies of #016242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016242

Black with #016242

Text Example


Text Example

White with #016242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016242; }

 p { color: rgb(1,98,66); }

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

background-color css

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

 a { background-color: rgb(1,98,66); }

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

border-color css

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

 span { border-color: rgb(1,98,66); }

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