Html Css Color HEX #017055 Watercourse

📋 copy color: '#017055'

red 1 ◦ green 112 ◦ blue 85

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

Shades of Watercourse #017055

Tints of Watercourse #017055

RGB

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

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

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

R = 0.51%
G = 56.57%
B = 42.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#017055 (or 0x017055) is known color: Watercourse. HEX triplet: 01, 70 and 55. RGB value is (1,112,85). Sum of RGB (Red+Green+Blue) = 1+112+85=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #017055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017055 is #FE8FAA. Grayscale: #4B4B4B. Windows color (decimal): -16682923 or 5599233. OLE color: 5599233.

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

Color convert

RGB 1 112 85 -
CMYK 0.99 0 0.24 0.56
HSL 165.41º 0.98% 0.22% -
HSV(B) 165.41º 0.99% 0.44% -
XYZ 7.45 12.25 10.57 -
YUV 75.73 133.23 74.7 -
System Red Green Blue C M Y K H S L
Decimal 1 112 85 0.99 0 0.24 0.56 165.41 0.98 0.22
Hex 1 70 55 63 0 18 38 A5 62 16
Octal 1 160 125 143 0 30 70 245 142 26
Binary 1 1110000 1010101 1100011 0 11000 111000 10100101 1100010 10110

Color Harmonies of #017055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017055

Black with #017055

Text Example


Text Example

White with #017055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017055; }

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

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

background-color css

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

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

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

border-color css

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

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

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