#0F4C3E

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

Shades of Deep Teal #0F4C3E

Tints of Deep Teal #0F4C3E

Color information

#0F4C3E (or 0x0F4C3E) is unknown color: approx Deep Teal. HEX triplet: 0F, 4C and 3E. RGB value is (15,76,62). Sum of RGB (Red+Green+Blue) = 15+76+62=153 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.80% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #0F4C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4C3E is #F0B3C1. Grayscale: #383838. Windows color (decimal): -15774658 or 4082703. OLE color: 4082703.

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

Color convert

RGB157662-
CMYK0.8000.180.70
HSL166.23º67.03%17.84%-
HSV(B)166.23º80.26%29.8%-
XYZ3.655.625.45-
YUV56.16131.2998.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.80%
GREEN value IS 76 (30.08% from 255) = 49.67%
BLUE value IS 62 (24.61% from 255) = 40.52%
R=9.80%
G=49.67%
B=40.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1576620.8000.180.70166.2367.0317.84
HexF4C3E5001246a64312
Octal171147612002210624610322
Binary111110011001111101010000010010100011010100110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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