#0C8B7F

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

Shades of Teal #0C8B7F

Tints of Teal #0C8B7F

Color information

#0C8B7F (or 0x0C8B7F) is unknown color: approx Teal. HEX triplet: 0C, 8B and 7F. RGB value is (12,139,127). Sum of RGB (Red+Green+Blue) = 12+139+127=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8B7F is #F37480. Grayscale: #636363. Windows color (decimal): -15955073 or 8358668. OLE color: 8358668.

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

Color convert

RGB12139127-
CMYK0.9100.090.45
HSL174.33º84.11%29.61%-
HSV(B)174.33º91.37%54.51%-
XYZ13.2220.0823.26-
YUV99.66143.4265.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.32%
GREEN value IS 139 (54.69% from 255) = 50%
BLUE value IS 127 (50% from 255) = 45.68%
R=4.32%
G=50%
B=45.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121391270.9100.090.45174.3384.1129.61
HexC8B7F5B092Dae541e
Octal142131771330115525612436
Binary110010001011111111110110110100110110110101110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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