Html Css Color HEX #017155 Watercourse

📋 copy color: '#017155'

red 1 ◦ green 113 ◦ blue 85

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

Shades of Watercourse #017155

Tints of Watercourse #017155

RGB

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

 GREEN value IS 113 (44.53% from 255) = 56.78%

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

R = 0.5%
G = 56.78%
B = 42.71%

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

#017155 (or 0x017155) is known color: Watercourse. HEX triplet: 01, 71 and 55. RGB value is (1,113,85). Sum of RGB (Red+Green+Blue) = 1+113+85=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #017155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017155 is #FE8EAA. Grayscale: #4C4C4C. Windows color (decimal): -16682667 or 5599489. OLE color: 5599489.

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

Color convert

RGB 1 113 85 -
CMYK 0.99 0 0.25 0.56
HSL 165º 0.98% 0.22% -
HSV(B) 165º 0.99% 0.44% -
XYZ 7.56 12.47 10.6 -
YUV 76.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 1 113 85 0.99 0 0.25 0.56 165 0.98 0.22
Hex 1 71 55 63 0 19 38 A5 62 16
Octal 1 161 125 143 0 31 70 245 142 26
Binary 1 1110001 1010101 1100011 0 11001 111000 10100101 1100010 10110

Color Harmonies of #017155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017155

Black with #017155

Text Example


Text Example

White with #017155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017155; }

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

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

background-color css

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

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

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

border-color css

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

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

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