Html Css Color HEX #017555 Watercourse

📋 copy color: '#017555'

red 1 ◦ green 117 ◦ blue 85

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

Shades of Watercourse #017555

Tints of Watercourse #017555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 57.64%

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

R = 0.49%
G = 57.64%
B = 41.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#017555 (or 0x017555) is known color: Watercourse. HEX triplet: 01, 75 and 55. RGB value is (1,117,85). Sum of RGB (Red+Green+Blue) = 1+117+85=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #017555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017555 is #FE8AAA. Grayscale: #4E4E4E. Windows color (decimal): -16681643 or 5600513. OLE color: 5600513.

HSL color Cylindrical-coordinate representation of color #017555: hue angle of 163.45º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017555 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 117 85 -
CMYK 0.99 0 0.27 0.54
HSL 163.45º 0.98% 0.23% -
HSV(B) 163.45º 0.99% 0.46% -
XYZ 8.01 13.38 10.76 -
YUV 78.67 131.57 72.6 -
System Red Green Blue C M Y K H S L
Decimal 1 117 85 0.99 0 0.27 0.54 163.45 0.98 0.23
Hex 1 75 55 63 0 1B 36 A3 62 17
Octal 1 165 125 143 0 33 66 243 142 27
Binary 1 1110101 1010101 1100011 0 11011 110110 10100011 1100010 10111

Color Harmonies of #017555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017555

Black with #017555

Text Example


Text Example

White with #017555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017555; }

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

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

background-color css

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

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

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

border-color css

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

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

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