Html Css Color HEX #006350 Watercourse

📋 copy color: '#006350'

red 0 ◦ green 99 ◦ blue 80

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

Shades of Watercourse #006350

Tints of Watercourse #006350

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 99 (39.06% from 255) = 55.31%

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

R = 0%
G = 55.31%
B = 44.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#006350 (or 0x006350) is known color: Watercourse. HEX triplet: 00, 63 and 50. RGB value is (0,99,80). Sum of RGB (Red+Green+Blue) = 0+99+80=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #006350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006350 is #FF9CAF. Grayscale: #434343. Windows color (decimal): -16751792 or 5268224. OLE color: 5268224.

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

Color convert

RGB 0 99 80 -
CMYK 1 0 0.19 0.61
HSL 168.48º 1% 0.19% -
HSV(B) 168.48º 1% 0.39% -
XYZ 5.91 9.5 9.11 -
YUV 67.23 135.2 80.04 -
System Red Green Blue C M Y K H S L
Decimal 0 99 80 1 0 0.19 0.61 168.48 1 0.19
Hex 0 63 50 64 0 13 3D A8 64 13
Octal 0 143 120 144 0 23 75 250 144 23
Binary 0 1100011 1010000 1100100 0 10011 111101 10101000 1100100 10011

Color Harmonies of #006350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006350

Black with #006350

Text Example


Text Example

White with #006350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006350; }

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

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

background-color css

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

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

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

border-color css

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

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

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