#0F4D3E

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

Shades of Deep Teal #0F4D3E

Tints of Deep Teal #0F4D3E

Color information

#0F4D3E (or 0x0F4D3E) is unknown color: approx Deep Teal. HEX triplet: 0F, 4D and 3E. RGB value is (15,77,62). Sum of RGB (Red+Green+Blue) = 15+77+62=154 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.74% from 154); Green value is 77 (30.47% from 255 or 50% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 77 - color contains mainly: green. Hex color #0F4D3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4D3E is #F0B2C1. Grayscale: #383838. Windows color (decimal): -15774402 or 4082959. OLE color: 4082959.

HSL color Cylindrical-coordinate representation of color #0F4D3E: hue angle of 165.48º 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 #0F4D3E is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.70.

Color convert

RGB157762-
CMYK0.8100.190.70
HSL165.48º67.39%18.04%-
HSV(B)165.48º80.52%30.2%-
XYZ3.725.765.47-
YUV56.75130.9698.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.74%
GREEN value IS 77 (30.47% from 255) = 50%
BLUE value IS 62 (24.61% from 255) = 40.26%
R=9.74%
G=50%
B=40.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1577620.8100.190.70165.4867.3918.04
HexF4D3E5101346a54312
Octal171157612102310624510322
Binary111110011011111101010001010011100011010100101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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