#0F7C8B

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

Shades of Teal #0F7C8B

Tints of Teal #0F7C8B

Color information

#0F7C8B (or 0x0F7C8B) is unknown color: approx Teal. HEX triplet: 0F, 7C and 8B. RGB value is (15,124,139). Sum of RGB (Red+Green+Blue) = 15+124+139=278 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.40% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F7C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7C8B is #F08374. Grayscale: #5C5C5C. Windows color (decimal): -15762293 or 9141263. OLE color: 9141263.

HSL color Cylindrical-coordinate representation of color #0F7C8B: hue angle of 187.26º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F7C8B is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB15124139-
CMYK0.890.1100.45
HSL187.26º80.52%30.2%-
HSV(B)187.26º89.21%54.51%-
XYZ12.0616.3826.95-
YUV93.12153.8972.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.40%
GREEN value IS 124 (48.83% from 255) = 44.60%
BLUE value IS 139 (54.69% from 255) = 50%
R=5.40%
G=44.60%
B=50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal151241390.890.1100.45187.2680.5230.2
HexF7C8B59B02Dbb511e
Octal171742131311305527312136
Binary111111111001000101110110011011010110110111011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,124,139); }

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

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

 a { background-color: rgb(15,124,139); }

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

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

 span { border-color: rgb(15,124,139); }

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