Html Css Color HEX #0C7486 Teal

📋 copy color: '#0C7486'

red 12 ◦ green 116 ◦ blue 134

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

Shades of Teal #0C7486

Tints of Teal #0C7486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.27%

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

R = 4.58%
G = 44.27%
B = 51.15%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C7486 (or 0x0C7486) is known color: Teal. HEX triplet: 0C, 74 and 86. RGB value is (12,116,134). Sum of RGB (Red+Green+Blue) = 12+116+134=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #0C7486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7486 is #F38B79. Grayscale: #565656. Windows color (decimal): -15960954 or 8811532. OLE color: 8811532.

HSL color Cylindrical-coordinate representation of color #0C7486: hue angle of 188.85º 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 #0C7486 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 116 134 -
CMYK 0.91 0.13 0 0.47
HSL 188.85º 0.84% 0.29% -
HSV(B) 188.85º 0.91% 0.53% -
XYZ 10.7 14.29 24.75 -
YUV 86.96 154.54 74.54 -
System Red Green Blue C M Y K H S L
Decimal 12 116 134 0.91 0.13 0 0.47 188.85 0.84 0.29
Hex C 74 86 5B D 0 2F BD 54 1D
Octal 14 164 206 133 15 0 57 275 124 35
Binary 1100 1110100 10000110 1011011 1101 0 101111 10111101 1010100 11101

Color Harmonies of #0C7486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7486

Black with #0C7486

Text Example


Text Example

White with #0C7486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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