#006250

Color #006250 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #006250

Tints of Watercourse #006250

Color information

#006250 (or 0x006250) is unknown color: approx Watercourse. HEX triplet: 00, 62 and 50. RGB value is (0,98,80). Sum of RGB (Red+Green+Blue) = 0+98+80=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #006250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006250 is #FF9DAF. Grayscale: #424242. Windows color (decimal): -16752048 or 5267968. OLE color: 5267968.

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

Color convert

RGB09880-
CMYK100.180.62
HSL168.98º100%19.22%-
HSV(B)168.98º100%38.43%-
XYZ5.829.319.08-
YUV66.65135.5380.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 55.06%
BLUE value IS 80 (31.64% from 255) = 44.94%
R=0%
G=55.06%
B=44.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09880100.180.62168.9810019.22
Hex06250640123Ea96413
Octal01421201440227625114423
Binary011000101010000110010001001011111010101001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006250; }

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

 H1.HeaderClassName
 {
   color: #006250;
 }
 .AnyTagClassName
 {
   color: #006250;
 }
</style>
background-color css

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

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

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

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

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

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