#0F3E32

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

Shades of Deep Teal #0F3E32

Tints of Deep Teal #0F3E32

Color information

#0F3E32 (or 0x0F3E32) is unknown color: approx Deep Teal. HEX triplet: 0F, 3E and 32. RGB value is (15,62,50). Sum of RGB (Red+Green+Blue) = 15+62+50=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 62 (24.61% from 255 or 48.82% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 62 - color contains mainly: green. Hex color #0F3E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3E32 is #F0C1CD. Grayscale: #2E2E2E. Windows color (decimal): -15778254 or 3292687. OLE color: 3292687.

HSL color Cylindrical-coordinate representation of color #0F3E32: hue angle of 164.68º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F3E32 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.

Color convert

RGB156250-
CMYK0.7600.190.76
HSL164.68º61.04%15.1%-
HSV(B)164.68º75.81%24.31%-
XYZ2.53.783.62-
YUV46.58129.93105.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.81%
GREEN value IS 62 (24.61% from 255) = 48.82%
BLUE value IS 50 (19.92% from 255) = 39.37%
R=11.81%
G=48.82%
B=39.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1562500.7600.190.76164.6861.0415.1
HexF3E324C0134Ca53df
Octal1776621140231142457517
Binary111111111011001010011000100111001100101001011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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