#0A634E

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

Shades of Watercourse #0A634E

Tints of Watercourse #0A634E

Color information

#0A634E (or 0x0A634E) is unknown color: approx Watercourse. HEX triplet: 0A, 63 and 4E. RGB value is (10,99,78). Sum of RGB (Red+Green+Blue) = 10+99+78=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #0A634E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A634E is #F59CB1. Grayscale: #454545. Windows color (decimal): -16096434 or 5137162. OLE color: 5137162.

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

Color convert

RGB109978-
CMYK0.9000.210.61
HSL165.84º81.65%21.37%-
HSV(B)165.84º89.9%38.82%-
XYZ5.969.548.73-
YUV70132.5185.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.35%
GREEN value IS 99 (39.06% from 255) = 52.94%
BLUE value IS 78 (30.86% from 255) = 41.71%
R=5.35%
G=52.94%
B=41.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1099780.9000.210.61165.8481.6521.37
HexA634E5A0153Da65215
Octal121431161320257524612225
Binary101011000111001110101101001010111110110100110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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