Html Css Color HEX #0A604F Watercourse

📋 copy color: '#0A604F'

red 10 ◦ green 96 ◦ blue 79

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

Shades of Watercourse #0A604F

Tints of Watercourse #0A604F

RGB

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

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

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

R = 5.41%
G = 51.89%
B = 42.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#0A604F (or 0x0A604F) is known color: Watercourse. HEX triplet: 0A, 60 and 4F. RGB value is (10,96,79). Sum of RGB (Red+Green+Blue) = 10+96+79=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #0A604F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A604F is #F59FB0. Grayscale: #444444. Windows color (decimal): -16097201 or 5201930. OLE color: 5201930.

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

Color convert

RGB 10 96 79 -
CMYK 0.90 0 0.18 0.62
HSL 168.14º 0.81% 0.21% -
HSV(B) 168.14º 0.9% 0.38% -
XYZ 5.72 8.99 8.83 -
YUV 68.35 134.01 86.38 -
System Red Green Blue C M Y K H S L
Decimal 10 96 79 0.90 0 0.18 0.62 168.14 0.81 0.21
Hex A 60 4F 5A 0 12 3E A8 51 15
Octal 12 140 117 132 0 22 76 250 121 25
Binary 1010 1100000 1001111 1011010 0 10010 111110 10101000 1010001 10101

Color Harmonies of #0A604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A604F

Black with #0A604F

Text Example


Text Example

White with #0A604F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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