Html Css Color HEX #0A604C Watercourse

📋 copy color: '#0A604C'

red 10 ◦ green 96 ◦ blue 76

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

Shades of Watercourse #0A604C

Tints of Watercourse #0A604C

RGB

 RED value IS 10 (4.3% 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 value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#0A604C (or 0x0A604C) is known color: 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

RGB 10 96 76 -
CMYK 0.90 0 0.21 0.62
HSL 166.05º 0.81% 0.21% -
HSV(B) 166.05º 0.9% 0.38% -
XYZ 5.61 8.95 8.27 -
YUV 68.01 132.51 86.63 -
System Red Green Blue C M Y K H S L
Decimal 10 96 76 0.90 0 0.21 0.62 166.05 0.81 0.21
Hex A 60 4C 5A 0 15 3E A6 51 15
Octal 12 140 114 132 0 25 76 246 121 25
Binary 1010 1100000 1001100 1011010 0 10101 111110 10100110 1010001 10101

Color Harmonies of #0A604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A604C

Black with #0A604C

Text Example


Text Example

White with #0A604C

Text Example


Text Example

HTML Codes & Css Web 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>