#0C748B

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

Shades of Teal #0C748B

Tints of Teal #0C748B

Color information

#0C748B (or 0x0C748B) is unknown color: approx Teal. HEX triplet: 0C, 74 and 8B. RGB value is (12,116,139). Sum of RGB (Red+Green+Blue) = 12+116+139=267 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.49% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C748B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C748B is #F38B74. Grayscale: #575757. Windows color (decimal): -15960949 or 9139212. OLE color: 9139212.

HSL color Cylindrical-coordinate representation of color #0C748B: hue angle of 190.87º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C748B is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12116139-
CMYK0.910.1700.45
HSL190.87º84.11%29.61%-
HSV(B)190.87º91.37%54.51%-
XYZ11.0614.4326.63-
YUV87.53157.0474.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.49%
GREEN value IS 116 (45.70% from 255) = 43.45%
BLUE value IS 139 (54.69% from 255) = 52.06%
R=4.49%
G=43.45%
B=52.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121161390.910.1700.45190.8784.1129.61
HexC748B5B1102Dbf541e
Octal141642131332105527712436
Binary1100111010010001011101101110001010110110111111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,116,139); }

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

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

 a { background-color: rgb(12,116,139); }

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

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

 span { border-color: rgb(12,116,139); }

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