Html Css Color HEX #00604D Watercourse

📋 copy color: '#00604D'

red 0 ◦ green 96 ◦ blue 77

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

Shades of Watercourse #00604D

Tints of Watercourse #00604D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 44.51%

R = 0%
G = 55.49%
B = 44.51%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#00604D (or 0x00604D) is known color: Watercourse. HEX triplet: 00, 60 and 4D. RGB value is (0,96,77). Sum of RGB (Red+Green+Blue) = 0+96+77=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #00604D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00604D is #FF9FB2. Grayscale: #414141. Windows color (decimal): -16752563 or 5070848. OLE color: 5070848.

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

Color convert

RGB 0 96 77 -
CMYK 1 0 0.20 0.62
HSL 168.13º 1% 0.19% -
HSV(B) 168.13º 1% 0.38% -
XYZ 5.52 8.9 8.45 -
YUV 65.13 134.7 81.54 -
System Red Green Blue C M Y K H S L
Decimal 0 96 77 1 0 0.20 0.62 168.13 1 0.19
Hex 0 60 4D 64 0 14 3E A8 64 13
Octal 0 140 115 144 0 24 76 250 144 23
Binary 0 1100000 1001101 1100100 0 10100 111110 10101000 1100100 10011

Color Harmonies of #00604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00604D

Black with #00604D

Text Example


Text Example

White with #00604D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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