#0F5340

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

Shades of Deep Teal #0F5340

Tints of Deep Teal #0F5340

Color information

#0F5340 (or 0x0F5340) is unknown color: approx Deep Teal. HEX triplet: 0F, 53 and 40. RGB value is (15,83,64). Sum of RGB (Red+Green+Blue) = 15+83+64=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #0F5340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5340 is #F0ACBF. Grayscale: #3C3C3C. Windows color (decimal): -15772864 or 4215567. OLE color: 4215567.

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

Color convert

RGB158364-
CMYK0.8200.230.67
HSL163.24º69.39%19.22%-
HSV(B)163.24º81.93%32.55%-
XYZ4.226.665.91-
YUV60.5129.9795.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.26%
GREEN value IS 83 (32.81% from 255) = 51.23%
BLUE value IS 64 (25.39% from 255) = 39.51%
R=9.26%
G=51.23%
B=39.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1583640.8200.230.67163.2469.3919.22
HexF53405201743a34513
Octal1712310012202710324310523
Binary1111101001110000001010010010111100001110100011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,83,64); }

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

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

 a { background-color: rgb(15,83,64); }

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

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

 span { border-color: rgb(15,83,64); }

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