Html Css Color HEX #0C7386 Teal

📋 copy color: '#0C7386'

red 12 ◦ green 115 ◦ blue 134

#0C7386
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #0C7386

Tints of Teal #0C7386

RGB

 RED value IS 12 (5.08% from 255) = 4.6%

 GREEN value IS 115 (45.31% from 255) = 44.06%

 BLUE value IS 134 (52.73% from 255) = 51.34%

R = 4.6%
G = 44.06%
B = 51.34%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C7386 (or 0x0C7386) is known color: Teal. HEX triplet: 0C, 73 and 86. RGB value is (12,115,134). Sum of RGB (Red+Green+Blue) = 12+115+134=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #0C7386 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7386 is #F38C79. Grayscale: #565656. Windows color (decimal): -15961210 or 8811276. OLE color: 8811276.

HSL color Cylindrical-coordinate representation of color #0C7386: hue angle of 189.34º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C7386 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 115 134 -
CMYK 0.91 0.14 0 0.47
HSL 189.34º 0.84% 0.29% -
HSV(B) 189.34º 0.91% 0.53% -
XYZ 10.59 14.06 24.71 -
YUV 86.37 154.88 74.96 -
System Red Green Blue C M Y K H S L
Decimal 12 115 134 0.91 0.14 0 0.47 189.34 0.84 0.29
Hex C 73 86 5B E 0 2F BD 54 1D
Octal 14 163 206 133 16 0 57 275 124 35
Binary 1100 1110011 10000110 1011011 1110 0 101111 10111101 1010100 11101

Color Harmonies of #0C7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7386

Black with #0C7386

Text Example


Text Example

White with #0C7386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,115,134); }

 H1.HeaderClassName
 {
   color: #0C7386;
 }
 .AnyTagClassName
 {
   color: #0C7386;
 }
</style>

background-color css

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

 a { background-color: rgb(12,115,134); }

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

border-color css

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

 span { border-color: rgb(12,115,134); }

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