Html Css Color HEX #0C604F Watercourse

📋 copy color: '#0C604F'

red 12 ◦ green 96 ◦ blue 79

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

Shades of Watercourse #0C604F

Tints of Watercourse #0C604F

RGB

 RED value IS 12 (5.08% from 255) = 6.42%

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

 BLUE value IS 79 (31.25% from 255) = 42.25%

R = 6.42%
G = 51.34%
B = 42.25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#0C604F (or 0x0C604F) is known color: Watercourse. HEX triplet: 0C, 60 and 4F. RGB value is (12,96,79). Sum of RGB (Red+Green+Blue) = 12+96+79=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #0C604F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C604F is #F39FB0. Grayscale: #444444. Windows color (decimal): -15966129 or 5201932. OLE color: 5201932.

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

Color convert

RGB 12 96 79 -
CMYK 0.88 0 0.18 0.62
HSL 167.86º 0.78% 0.21% -
HSV(B) 167.86º 0.88% 0.38% -
XYZ 5.75 9.01 8.83 -
YUV 68.95 133.67 87.38 -
System Red Green Blue C M Y K H S L
Decimal 12 96 79 0.88 0 0.18 0.62 167.86 0.78 0.21
Hex C 60 4F 58 0 12 3E A8 4E 15
Octal 14 140 117 130 0 22 76 250 116 25
Binary 1100 1100000 1001111 1011000 0 10010 111110 10101000 1001110 10101

Color Harmonies of #0C604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C604F

Black with #0C604F

Text Example


Text Example

White with #0C604F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C604F; }

 p { color: rgb(12,96,79); }

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

background-color css

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

 a { background-color: rgb(12,96,79); }

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

border-color css

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

 span { border-color: rgb(12,96,79); }

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