Html Css Color HEX #017054 Watercourse

📋 copy color: '#017054'

red 1 ◦ green 112 ◦ blue 84

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

Shades of Watercourse #017054

Tints of Watercourse #017054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.85%

 BLUE value IS 84 (33.2% from 255) = 42.64%

R = 0.51%
G = 56.85%
B = 42.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#017054 (or 0x017054) is known color: Watercourse. HEX triplet: 01, 70 and 54. RGB value is (1,112,84). Sum of RGB (Red+Green+Blue) = 1+112+84=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #017054 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017054 is #FE8FAB. Grayscale: #4B4B4B. Windows color (decimal): -16682924 or 5533697. OLE color: 5533697.

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

Color convert

RGB 1 112 84 -
CMYK 0.99 0 0.25 0.56
HSL 164.86º 0.98% 0.22% -
HSV(B) 164.86º 0.99% 0.44% -
XYZ 7.41 12.23 10.36 -
YUV 75.62 132.73 74.78 -
System Red Green Blue C M Y K H S L
Decimal 1 112 84 0.99 0 0.25 0.56 164.86 0.98 0.22
Hex 1 70 54 63 0 19 38 A5 62 16
Octal 1 160 124 143 0 31 70 245 142 26
Binary 1 1110000 1010100 1100011 0 11001 111000 10100101 1100010 10110

Color Harmonies of #017054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017054

Black with #017054

Text Example


Text Example

White with #017054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017054; }

 p { color: rgb(1,112,84); }

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

background-color css

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

 a { background-color: rgb(1,112,84); }

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

border-color css

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

 span { border-color: rgb(1,112,84); }

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