#0F817D

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

Shades of Teal #0F817D

Tints of Teal #0F817D

Color information

#0F817D (or 0x0F817D) is unknown color: approx Teal. HEX triplet: 0F, 81 and 7D. RGB value is (15,129,125). Sum of RGB (Red+Green+Blue) = 15+129+125=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #0F817D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F817D is #F07E82. Grayscale: #5E5E5E. Windows color (decimal): -15761027 or 8225039. OLE color: 8225039.

HSL color Cylindrical-coordinate representation of color #0F817D: hue angle of 177.89º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F817D is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB15129125-
CMYK0.8800.030.49
HSL177.89º79.17%28.24%-
HSV(B)177.89º88.37%50.59%-
XYZ11.7517.2822.12-
YUV94.46145.2371.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.58%
GREEN value IS 129 (50.78% from 255) = 47.96%
BLUE value IS 125 (49.22% from 255) = 46.47%
R=5.58%
G=47.96%
B=46.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal151291250.8800.030.49177.8979.1728.24
HexF817D580331b24f1c
Octal17201175130036126211734
Binary1111100000011111101101100001111000110110010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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