#0A604C

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

Shades of Watercourse #0A604C

Tints of Watercourse #0A604C

Color information

#0A604C (or 0x0A604C) is unknown color: approx Watercourse. HEX triplet: 0A, 60 and 4C. RGB value is (10,96,76). Sum of RGB (Red+Green+Blue) = 10+96+76=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #0A604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A604C is #F59FB3. Grayscale: #444444. Windows color (decimal): -16097204 or 5005322. OLE color: 5005322.

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

Color convert

RGB109676-
CMYK0.9000.210.62
HSL166.05º81.13%20.78%-
HSV(B)166.05º89.58%37.65%-
XYZ5.618.958.27-
YUV68.01132.5186.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.49%
GREEN value IS 96 (37.89% from 255) = 52.75%
BLUE value IS 76 (30.08% from 255) = 41.76%
R=5.49%
G=52.75%
B=41.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1096760.9000.210.62166.0581.1320.78
HexA604C5A0153Ea65115
Octal121401141320257624612125
Binary101011000001001100101101001010111111010100110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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