#0F4D40

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

Shades of Deep Teal #0F4D40

Tints of Deep Teal #0F4D40

Color information

#0F4D40 (or 0x0F4D40) is unknown color: approx Deep Teal. HEX triplet: 0F, 4D and 40. RGB value is (15,77,64). Sum of RGB (Red+Green+Blue) = 15+77+64=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #0F4D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4D40 is #F0B2BF. Grayscale: #383838. Windows color (decimal): -15774400 or 4214031. OLE color: 4214031.

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

Color convert

RGB157764-
CMYK0.8100.170.70
HSL167.42º67.39%18.04%-
HSV(B)167.42º80.52%30.2%-
XYZ3.785.785.77-
YUV56.98131.9698.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.62%
GREEN value IS 77 (30.47% from 255) = 49.36%
BLUE value IS 64 (25.39% from 255) = 41.03%
R=9.62%
G=49.36%
B=41.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1577640.8100.170.70167.4267.3918.04
HexF4D405101146a74312
Octal1711510012102110624710322
Binary1111100110110000001010001010001100011010100111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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