#0F778A

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

Shades of Teal #0F778A

Tints of Teal #0F778A

Color information

#0F778A (or 0x0F778A) is unknown color: approx Teal. HEX triplet: 0F, 77 and 8A. RGB value is (15,119,138). Sum of RGB (Red+Green+Blue) = 15+119+138=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #0F778A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F778A is #F08875. Grayscale: #595959. Windows color (decimal): -15763574 or 9074447. OLE color: 9074447.

HSL color Cylindrical-coordinate representation of color #0F778A: hue angle of 189.27º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F778A is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB15119138-
CMYK0.890.1400.46
HSL189.27º80.39%30%-
HSV(B)189.27º89.13%54.12%-
XYZ11.3815.1326.37-
YUV90.07155.0474.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.51%
GREEN value IS 119 (46.88% from 255) = 43.75%
BLUE value IS 138 (54.30% from 255) = 50.74%
R=5.51%
G=43.75%
B=50.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal151191380.890.1400.46189.2780.3930
HexF778A59E02Ebd501e
Octal171672121311605627512036
Binary111111101111000101010110011110010111010111101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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