#0F8B7D

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

Shades of Teal #0F8B7D

Tints of Teal #0F8B7D

Color information

#0F8B7D (or 0x0F8B7D) is unknown color: approx Teal. HEX triplet: 0F, 8B and 7D. RGB value is (15,139,125). Sum of RGB (Red+Green+Blue) = 15+139+125=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #0F8B7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8B7D is #F07482. Grayscale: #646464. Windows color (decimal): -15758467 or 8227599. OLE color: 8227599.

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

Color convert

RGB15139125-
CMYK0.8900.100.45
HSL173.23º80.52%30.2%-
HSV(B)173.23º89.21%54.51%-
XYZ13.1320.0522.58-
YUV100.33141.9267.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.38%
GREEN value IS 139 (54.69% from 255) = 49.82%
BLUE value IS 125 (49.22% from 255) = 44.80%
R=5.38%
G=49.82%
B=44.80%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal151391250.8900.100.45173.2380.5230.2
HexF8B7D590A2Dad511e
Octal172131751310125525512136
Binary111110001011111110110110010101010110110101101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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