#0F3933

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

Shades of Deep Teal #0F3933

Tints of Deep Teal #0F3933

Color information

#0F3933 (or 0x0F3933) is unknown color: approx Deep Teal. HEX triplet: 0F, 39 and 33. RGB value is (15,57,51). Sum of RGB (Red+Green+Blue) = 15+57+51=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 57 - color contains mainly: green. Hex color #0F3933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3933 is #F0C6CC. Grayscale: #2B2B2B. Windows color (decimal): -15779533 or 3356943. OLE color: 3356943.

HSL color Cylindrical-coordinate representation of color #0F3933: hue angle of 171.43º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F3933 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB155751-
CMYK0.7400.110.78
HSL171.43º58.33%14.12%-
HSV(B)171.43º73.68%22.35%-
XYZ2.263.273.64-
YUV43.76132.09107.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.20%
GREEN value IS 57 (22.66% from 255) = 46.34%
BLUE value IS 51 (20.31% from 255) = 41.46%
R=12.20%
G=46.34%
B=41.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1557510.7400.110.78171.4358.3314.12
HexF39334A0B4Eab3ae
Octal1771631120131162537216
Binary11111110011100111001010010111001110101010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,57,51); }

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

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

 a { background-color: rgb(15,57,51); }

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

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

 span { border-color: rgb(15,57,51); }

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