Html Css Color HEX #016250 Watercourse

📋 copy color: '#016250'

red 1 ◦ green 98 ◦ blue 80

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

Shades of Watercourse #016250

Tints of Watercourse #016250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 54.75%

 BLUE value IS 80 (31.64% from 255) = 44.69%

R = 0.56%
G = 54.75%
B = 44.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#016250 (or 0x016250) is known color: Watercourse. HEX triplet: 01, 62 and 50. RGB value is (1,98,80). Sum of RGB (Red+Green+Blue) = 1+98+80=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 98 (38.67% from 255 or 54.75% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 98 - color contains mainly: green. Hex color #016250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016250 is #FE9DAF. Grayscale: #424242. Windows color (decimal): -16686512 or 5267969. OLE color: 5267969.

HSL color Cylindrical-coordinate representation of color #016250: hue angle of 168.87º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016250 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 98 80 -
CMYK 0.99 0 0.18 0.62
HSL 168.87º 0.98% 0.19% -
HSV(B) 168.87º 0.99% 0.38% -
XYZ 5.83 9.32 9.08 -
YUV 66.95 135.36 80.96 -
System Red Green Blue C M Y K H S L
Decimal 1 98 80 0.99 0 0.18 0.62 168.87 0.98 0.19
Hex 1 62 50 63 0 12 3E A9 62 13
Octal 1 142 120 143 0 22 76 251 142 23
Binary 1 1100010 1010000 1100011 0 10010 111110 10101001 1100010 10011

Color Harmonies of #016250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016250

Black with #016250

Text Example


Text Example

White with #016250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016250; }

 p { color: rgb(1,98,80); }

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

background-color css

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

 a { background-color: rgb(1,98,80); }

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

border-color css

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

 span { border-color: rgb(1,98,80); }

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