#0C7582

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

Shades of Teal #0C7582

Tints of Teal #0C7582

Color information

#0C7582 (or 0x0C7582) is unknown color: approx Teal. HEX triplet: 0C, 75 and 82. RGB value is (12,117,130). Sum of RGB (Red+Green+Blue) = 12+117+130=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #0C7582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7582 is #F38A7D. Grayscale: #565656. Windows color (decimal): -15960702 or 8549644. OLE color: 8549644.

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

Color convert

RGB12117130-
CMYK0.910.100.49
HSL186.61º83.1%27.84%-
HSV(B)186.61º90.77%50.98%-
XYZ10.5414.4123.35-
YUV87.09152.2174.44-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.63%
GREEN value IS 117 (46.09% from 255) = 45.17%
BLUE value IS 130 (51.17% from 255) = 50.19%
R=4.63%
G=45.17%
B=50.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121171300.910.100.49186.6183.127.84
HexC75825BA031bb531c
Octal141652021331206127312334
Binary110011101011000001010110111010011000110111011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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