Html Css Color HEX #0A604E Watercourse

📋 copy color: '#0A604E'

red 10 ◦ green 96 ◦ blue 78

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

Shades of Watercourse #0A604E

Tints of Watercourse #0A604E

RGB

 RED value IS 10 (4.3% from 255) = 5.43%

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

 BLUE value IS 78 (30.86% from 255) = 42.39%

R = 5.43%
G = 52.17%
B = 42.39%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#0A604E (or 0x0A604E) is known color: Watercourse. HEX triplet: 0A, 60 and 4E. RGB value is (10,96,78). Sum of RGB (Red+Green+Blue) = 10+96+78=184 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.43% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #0A604E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A604E is #F59FB1. Grayscale: #444444. Windows color (decimal): -16097202 or 5136394. OLE color: 5136394.

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

Color convert

RGB 10 96 78 -
CMYK 0.90 0 0.19 0.62
HSL 167.44º 0.81% 0.21% -
HSV(B) 167.44º 0.9% 0.38% -
XYZ 5.68 8.98 8.64 -
YUV 68.23 133.51 86.46 -
System Red Green Blue C M Y K H S L
Decimal 10 96 78 0.90 0 0.19 0.62 167.44 0.81 0.21
Hex A 60 4E 5A 0 13 3E A7 51 15
Octal 12 140 116 132 0 23 76 247 121 25
Binary 1010 1100000 1001110 1011010 0 10011 111110 10100111 1010001 10101

Color Harmonies of #0A604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A604E

Black with #0A604E

Text Example


Text Example

White with #0A604E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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