#0C604B

Color #0C604B Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #0C604B

Tints of Watercourse #0C604B

Color information

#0C604B (or 0x0C604B) is unknown color: approx Watercourse. HEX triplet: 0C, 60 and 4B. RGB value is (12,96,75). Sum of RGB (Red+Green+Blue) = 12+96+75=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #0C604B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C604B is #F39FB4. Grayscale: #444444. Windows color (decimal): -15966133 or 4939788. OLE color: 4939788.

HSL color Cylindrical-coordinate representation of color #0C604B: hue angle of 165º 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 #0C604B is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB129675-
CMYK0.8800.220.62
HSL165º77.78%21.18%-
HSV(B)165º87.5%37.65%-
XYZ5.68.958.09-
YUV68.49131.6787.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.56%
GREEN value IS 96 (37.89% from 255) = 52.46%
BLUE value IS 75 (29.69% from 255) = 40.98%
R=6.56%
G=52.46%
B=40.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1296750.8800.220.6216577.7821.18
HexC604B580163Ea54e15
Octal141401131300267624511625
Binary110011000001001011101100001011011111010100101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C604B;
 }
 .AnyTagClassName
 {
   color: #0C604B;
 }
</style>
background-color css

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

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

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

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

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

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