Html Css Color HEX #0A604D Watercourse

📋 copy color: '#0A604D'

red 10 ◦ green 96 ◦ blue 77

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

Shades of Watercourse #0A604D

Tints of Watercourse #0A604D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 42.08%

R = 5.46%
G = 52.46%
B = 42.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#0A604D (or 0x0A604D) is known color: Watercourse. HEX triplet: 0A, 60 and 4D. RGB value is (10,96,77). Sum of RGB (Red+Green+Blue) = 10+96+77=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #0A604D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A604D is #F59FB2. Grayscale: #444444. Windows color (decimal): -16097203 or 5070858. OLE color: 5070858.

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

Color convert

RGB 10 96 77 -
CMYK 0.90 0 0.20 0.62
HSL 166.74º 0.81% 0.21% -
HSV(B) 166.74º 0.9% 0.38% -
XYZ 5.65 8.97 8.45 -
YUV 68.12 133.01 86.54 -
System Red Green Blue C M Y K H S L
Decimal 10 96 77 0.90 0 0.20 0.62 166.74 0.81 0.21
Hex A 60 4D 5A 0 14 3E A7 51 15
Octal 12 140 115 132 0 24 76 247 121 25
Binary 1010 1100000 1001101 1011010 0 10100 111110 10100111 1010001 10101

Color Harmonies of #0A604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A604D

Black with #0A604D

Text Example


Text Example

White with #0A604D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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