Html Css Color HEX #0C7380 Teal

📋 copy color: '#0C7380'

red 12 ◦ green 115 ◦ blue 128

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

Shades of Teal #0C7380

Tints of Teal #0C7380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 50.2%

R = 4.71%
G = 45.1%
B = 50.2%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#0C7380 (or 0x0C7380) is known color: Teal. HEX triplet: 0C, 73 and 80. RGB value is (12,115,128). Sum of RGB (Red+Green+Blue) = 12+115+128=255 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.71% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #0C7380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7380 is #F38C7F. Grayscale: #555555. Windows color (decimal): -15961216 or 8418060. OLE color: 8418060.

HSL color Cylindrical-coordinate representation of color #0C7380: hue angle of 186.72º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C7380 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 12 115 128 -
CMYK 0.91 0.10 0 0.50
HSL 186.72º 0.83% 0.27% -
HSV(B) 186.72º 0.91% 0.5% -
XYZ 10.18 13.9 22.57 -
YUV 85.69 151.88 75.44 -
System Red Green Blue C M Y K H S L
Decimal 12 115 128 0.91 0.10 0 0.50 186.72 0.83 0.27
Hex C 73 80 5B A 0 32 BB 53 1B
Octal 14 163 200 133 12 0 62 273 123 33
Binary 1100 1110011 10000000 1011011 1010 0 110010 10111011 1010011 11011

Color Harmonies of #0C7380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7380

Black with #0C7380

Text Example


Text Example

White with #0C7380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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