Html Css Color HEX #016243 Watercourse

📋 copy color: '#016243'

red 1 ◦ green 98 ◦ blue 67

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

Shades of Watercourse #016243

Tints of Watercourse #016243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 40.36%

R = 0.6%
G = 59.04%
B = 40.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#016243 (or 0x016243) is known color: Watercourse. HEX triplet: 01, 62 and 43. RGB value is (1,98,67). Sum of RGB (Red+Green+Blue) = 1+98+67=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 98 (38.67% from 255 or 59.04% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 98 - color contains mainly: green. Hex color #016243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016243 is #FE9DBC. Grayscale: #414141. Windows color (decimal): -16686525 or 4416001. OLE color: 4416001.

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

Color convert

RGB 1 98 67 -
CMYK 0.99 0 0.32 0.62
HSL 160.82º 0.98% 0.19% -
HSV(B) 160.82º 0.99% 0.38% -
XYZ 5.39 9.15 6.79 -
YUV 65.46 128.86 82.02 -
System Red Green Blue C M Y K H S L
Decimal 1 98 67 0.99 0 0.32 0.62 160.82 0.98 0.19
Hex 1 62 43 63 0 20 3E A1 62 13
Octal 1 142 103 143 0 40 76 241 142 23
Binary 1 1100010 1000011 1100011 0 100000 111110 10100001 1100010 10011

Color Harmonies of #016243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016243

Black with #016243

Text Example


Text Example

White with #016243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016243; }

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

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

background-color css

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

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

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

border-color css

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

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

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