#017A4E

Color #017A4E Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #017A4E

Tints of Watercourse #017A4E

Color information

#017A4E (or 0x017A4E) is unknown color: approx Watercourse. HEX triplet: 01, 7A and 4E. RGB value is (1,122,78). Sum of RGB (Red+Green+Blue) = 1+122+78=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 122 (48.05% from 255 or 60.70% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 122 - color contains mainly: green. Hex color #017A4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017A4E is #FE85B1. Grayscale: #505050. Windows color (decimal): -16680370 or 5143041. OLE color: 5143041.

HSL color Cylindrical-coordinate representation of color #017A4E: hue angle of 158.18º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A4E is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.

Color convert

RGB112278-
CMYK0.9900.360.52
HSL158.18º98.37%24.12%-
HSV(B)158.18º99.18%47.84%-
XYZ8.3514.489.56-
YUV80.8126.4171.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 122 (48.05% from 255) = 60.70%
BLUE value IS 78 (30.86% from 255) = 38.81%
R=0.50%
G=60.70%
B=38.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1122780.9900.360.52158.1898.3724.12
Hex17A4E63024349e6218
Octal11721161430446423614230
Binary1111101010011101100011010010011010010011110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017A4E; }

 p { color: rgb(1,122,78); }

 H1.HeaderClassName
 {
   color: #017A4E;
 }
 .AnyTagClassName
 {
   color: #017A4E;
 }
</style>
background-color css

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

 a { background-color: rgb(1,122,78); }

 div.DivClassName
 {
   background-color: #017A4E;
 }
 .BgClassName
 {
   background-color: #017A4E;
 }
</style>
border-color css

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

 span { border-color: rgb(1,122,78); }

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