#0F4D41

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

Shades of Deep Teal #0F4D41

Tints of Deep Teal #0F4D41

Color information

#0F4D41 (or 0x0F4D41) is unknown color: approx Deep Teal. HEX triplet: 0F, 4D and 41. RGB value is (15,77,65). Sum of RGB (Red+Green+Blue) = 15+77+65=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 77 (30.47% from 255 or 49.04% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 77 - color contains mainly: green. Hex color #0F4D41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4D41 is #F0B2BE. Grayscale: #393939. Windows color (decimal): -15774399 or 4279567. OLE color: 4279567.

HSL color Cylindrical-coordinate representation of color #0F4D41: hue angle of 168.39º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4D41 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB157765-
CMYK0.8100.160.70
HSL168.39º67.39%18.04%-
HSV(B)168.39º80.52%30.2%-
XYZ3.815.795.92-
YUV57.09132.4697.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.55%
GREEN value IS 77 (30.47% from 255) = 49.04%
BLUE value IS 65 (25.78% from 255) = 41.40%
R=9.55%
G=49.04%
B=41.40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1577650.8100.160.70168.3967.3918.04
HexF4D415101046a84312
Octal1711510112102010625010322
Binary1111100110110000011010001010000100011010101000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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