#0F513E

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

Shades of Deep Teal #0F513E

Tints of Deep Teal #0F513E

Color information

#0F513E (or 0x0F513E) is unknown color: approx Deep Teal. HEX triplet: 0F, 51 and 3E. RGB value is (15,81,62). Sum of RGB (Red+Green+Blue) = 15+81+62=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 81 (32.03% from 255 or 51.27% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 81 - color contains mainly: green. Hex color #0F513E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F513E is #F0AEC1. Grayscale: #3B3B3B. Windows color (decimal): -15773378 or 4083983. OLE color: 4083983.

HSL color Cylindrical-coordinate representation of color #0F513E: hue angle of 162.73º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F513E is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB158162-
CMYK0.8100.230.68
HSL162.73º68.75%18.82%-
HSV(B)162.73º81.48%31.76%-
XYZ4.016.335.57-
YUV59.1129.6396.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.49%
GREEN value IS 81 (32.03% from 255) = 51.27%
BLUE value IS 62 (24.61% from 255) = 39.24%
R=9.49%
G=51.27%
B=39.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1581620.8100.230.68162.7368.7518.82
HexF513E5101744a34513
Octal171217612102710424310523
Binary111110100011111101010001010111100010010100011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,81,62); }

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

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

 a { background-color: rgb(15,81,62); }

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

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

 span { border-color: rgb(15,81,62); }

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