Html Css Color HEX #00604C Watercourse

📋 copy color: '#00604C'

red 0 ◦ green 96 ◦ blue 76

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

Shades of Watercourse #00604C

Tints of Watercourse #00604C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 44.19%

R = 0%
G = 55.81%
B = 44.19%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#00604C (or 0x00604C) is known color: Watercourse. HEX triplet: 00, 60 and 4C. RGB value is (0,96,76). Sum of RGB (Red+Green+Blue) = 0+96+76=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #00604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00604C is #FF9FB3. Grayscale: #414141. Windows color (decimal): -16752564 or 5005312. OLE color: 5005312.

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

Color convert

RGB 0 96 76 -
CMYK 1 0 0.21 0.62
HSL 167.5º 1% 0.19% -
HSV(B) 167.5º 1% 0.38% -
XYZ 5.49 8.89 8.26 -
YUV 65.02 134.2 81.63 -
System Red Green Blue C M Y K H S L
Decimal 0 96 76 1 0 0.21 0.62 167.5 1 0.19
Hex 0 60 4C 64 0 15 3E A8 64 13
Octal 0 140 114 144 0 25 76 250 144 23
Binary 0 1100000 1001100 1100100 0 10101 111110 10101000 1100100 10011

Color Harmonies of #00604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00604C

Black with #00604C

Text Example


Text Example

White with #00604C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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