Html Css Color HEX #00604E Watercourse

📋 copy color: '#00604E'

red 0 ◦ green 96 ◦ blue 78

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

Shades of Watercourse #00604E

Tints of Watercourse #00604E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 55.17%

 BLUE value IS 78 (30.86% from 255) = 44.83%

R = 0%
G = 55.17%
B = 44.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#00604E (or 0x00604E) is known color: Watercourse. HEX triplet: 00, 60 and 4E. RGB value is (0,96,78). Sum of RGB (Red+Green+Blue) = 0+96+78=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #00604E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00604E is #FF9FB1. Grayscale: #414141. Windows color (decimal): -16752562 or 5136384. OLE color: 5136384.

HSL color Cylindrical-coordinate representation of color #00604E: hue angle of 168.75º 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 #00604E is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 96 78 -
CMYK 1 0 0.19 0.62
HSL 168.75º 1% 0.19% -
HSV(B) 168.75º 1% 0.38% -
XYZ 5.56 8.92 8.64 -
YUV 65.24 135.2 81.46 -
System Red Green Blue C M Y K H S L
Decimal 0 96 78 1 0 0.19 0.62 168.75 1 0.19
Hex 0 60 4E 64 0 13 3E A9 64 13
Octal 0 140 116 144 0 23 76 251 144 23
Binary 0 1100000 1001110 1100100 0 10011 111110 10101001 1100100 10011

Color Harmonies of #00604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00604E

Black with #00604E

Text Example


Text Example

White with #00604E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00604E; }

 p { color: rgb(0,96,78); }

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

background-color css

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

 a { background-color: rgb(0,96,78); }

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

border-color css

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

 span { border-color: rgb(0,96,78); }

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