#0F4137

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

Shades of Deep Teal #0F4137

Tints of Deep Teal #0F4137

Color information

#0F4137 (or 0x0F4137) is unknown color: approx Deep Teal. HEX triplet: 0F, 41 and 37. RGB value is (15,65,55). Sum of RGB (Red+Green+Blue) = 15+65+55=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #0F4137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4137 is #F0BEC8. Grayscale: #303030. Windows color (decimal): -15777481 or 3621135. OLE color: 3621135.

HSL color Cylindrical-coordinate representation of color #0F4137: hue angle of 168º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4137 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB156555-
CMYK0.7700.150.75
HSL168º62.5%15.69%-
HSV(B)168º76.92%25.49%-
XYZ2.784.164.27-
YUV48.91131.44103.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.11%
GREEN value IS 65 (25.78% from 255) = 48.15%
BLUE value IS 55 (21.88% from 255) = 40.74%
R=11.11%
G=48.15%
B=40.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1565550.7700.150.7516862.515.69
HexF41374D0F4Ba83e10
Octal17101671150171132507620
Binary1111100000111011110011010111110010111010100011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,65,55); }

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

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

 a { background-color: rgb(15,65,55); }

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

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

 span { border-color: rgb(15,65,55); }

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