#0F778B

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

Shades of Teal #0F778B

Tints of Teal #0F778B

Color information

#0F778B (or 0x0F778B) is unknown color: approx Teal. HEX triplet: 0F, 77 and 8B. RGB value is (15,119,139). Sum of RGB (Red+Green+Blue) = 15+119+139=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F778B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F778B is #F08874. Grayscale: #5A5A5A. Windows color (decimal): -15763573 or 9139983. OLE color: 9139983.

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

Color convert

RGB15119139-
CMYK0.890.1400.45
HSL189.68º80.52%30.2%-
HSV(B)189.68º89.21%54.51%-
XYZ11.4515.1626.75-
YUV90.18155.5474.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.49%
GREEN value IS 119 (46.88% from 255) = 43.59%
BLUE value IS 139 (54.69% from 255) = 50.92%
R=5.49%
G=43.59%
B=50.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal151191390.890.1400.45189.6880.5230.2
HexF778B59E02Dbe511e
Octal171672131311605527612136
Binary111111101111000101110110011110010110110111110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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