#0C7E8A

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

Shades of Teal #0C7E8A

Tints of Teal #0C7E8A

Color information

#0C7E8A (or 0x0C7E8A) is unknown color: approx Teal. HEX triplet: 0C, 7E and 8A. RGB value is (12,126,138). Sum of RGB (Red+Green+Blue) = 12+126+138=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C7E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7E8A is #F38175. Grayscale: #5D5D5D. Windows color (decimal): -15958390 or 9076236. OLE color: 9076236.

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

Color convert

RGB12126138-
CMYK0.910.0900.46
HSL185.71º84%29.41%-
HSV(B)185.71º91.3%54.12%-
XYZ12.216.8326.65-
YUV93.28153.2370.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.35%
GREEN value IS 126 (49.61% from 255) = 45.65%
BLUE value IS 138 (54.30% from 255) = 50%
R=4.35%
G=45.65%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121261380.910.0900.46185.718429.41
HexC7E8A5B902Eba541d
Octal141762121331105627212435
Binary110011111101000101010110111001010111010111010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,126,138); }

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

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

 a { background-color: rgb(12,126,138); }

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

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

 span { border-color: rgb(12,126,138); }

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