#0F7D86

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

Shades of Teal #0F7D86

Tints of Teal #0F7D86

Color information

#0F7D86 (or 0x0F7D86) is unknown color: approx Teal. HEX triplet: 0F, 7D and 86. RGB value is (15,125,134). Sum of RGB (Red+Green+Blue) = 15+125+134=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #0F7D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7D86 is #F08279. Grayscale: #5C5C5C. Windows color (decimal): -15762042 or 8813839. OLE color: 8813839.

HSL color Cylindrical-coordinate representation of color #0F7D86: hue angle of 184.54º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F7D86 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB15125134-
CMYK0.890.0700.47
HSL184.54º79.87%29.22%-
HSV(B)184.54º88.81%52.55%-
XYZ11.8316.4925.11-
YUV93.14151.0672.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.47%
GREEN value IS 125 (49.22% from 255) = 45.62%
BLUE value IS 134 (52.73% from 255) = 48.91%
R=5.47%
G=45.62%
B=48.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal151251340.890.0700.47184.5479.8729.22
HexF7D8659702Fb9501d
Octal17175206131705727112035
Binary11111111101100001101011001111010111110111001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,125,134); }

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

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

 a { background-color: rgb(15,125,134); }

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

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

 span { border-color: rgb(15,125,134); }

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