#0A5A4A

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

Shades of Watercourse #0A5A4A

Tints of Watercourse #0A5A4A

Color information

#0A5A4A (or 0x0A5A4A) is unknown color: approx Watercourse. HEX triplet: 0A, 5A and 4A. RGB value is (10,90,74). Sum of RGB (Red+Green+Blue) = 10+90+74=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 90 (35.55% from 255 or 51.72% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 90 - color contains mainly: green. Hex color #0A5A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5A4A is #F5A5B5. Grayscale: #404040. Windows color (decimal): -16098742 or 4872714. OLE color: 4872714.

HSL color Cylindrical-coordinate representation of color #0A5A4A: hue angle of 168º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5A4A is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB109074-
CMYK0.8900.180.65
HSL168º80%19.61%-
HSV(B)168º88.89%35.29%-
XYZ5.027.877.73-
YUV64.26133.589.3-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.75%
GREEN value IS 90 (35.55% from 255) = 51.72%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=5.75%
G=51.72%
B=42.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1090740.8900.180.651688019.61
HexA5A4A5901241a85014
Octal1213211213102210125012024
Binary1010101101010010101011001010010100000110101000101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,90,74); }

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

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

 a { background-color: rgb(10,90,74); }

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

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

 span { border-color: rgb(10,90,74); }

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