#0A7582

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

Shades of Teal #0A7582

Tints of Teal #0A7582

Color information

#0A7582 (or 0x0A7582) is unknown color: approx Teal. HEX triplet: 0A, 75 and 82. RGB value is (10,117,130). Sum of RGB (Red+Green+Blue) = 10+117+130=257 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.89% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #0A7582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7582 is #F58A7D. Grayscale: #565656. Windows color (decimal): -16091774 or 8549642. OLE color: 8549642.

HSL color Cylindrical-coordinate representation of color #0A7582: hue angle of 186.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7582 is Cyan = 0.92, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10117130-
CMYK0.920.100.49
HSL186.5º85.71%27.45%-
HSV(B)186.5º92.31%50.98%-
XYZ10.5214.423.34-
YUV86.49152.5573.44-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.89%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 130 (51.17% from 255) = 50.58%
R=3.89%
G=45.53%
B=50.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101171300.920.100.49186.585.7127.45
HexA75825CA031ba561b
Octal121652021341206127212633
Binary101011101011000001010111001010011000110111010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,117,130); }

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

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

 a { background-color: rgb(10,117,130); }

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

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

 span { border-color: rgb(10,117,130); }

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