#0F3A33

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

Shades of Deep Teal #0F3A33

Tints of Deep Teal #0F3A33

Color information

#0F3A33 (or 0x0F3A33) is unknown color: approx Deep Teal. HEX triplet: 0F, 3A and 33. RGB value is (15,58,51). Sum of RGB (Red+Green+Blue) = 15+58+51=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 58 (23.05% from 255 or 46.77% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 58 - color contains mainly: green. Hex color #0F3A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3A33 is #F0C5CC. Grayscale: #2C2C2C. Windows color (decimal): -15779277 or 3357199. OLE color: 3357199.

HSL color Cylindrical-coordinate representation of color #0F3A33: hue angle of 170.23º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F3A33 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB155851-
CMYK0.7400.120.77
HSL170.23º58.9%14.31%-
HSV(B)170.23º74.14%22.75%-
XYZ2.313.373.66-
YUV44.34131.75107.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.10%
GREEN value IS 58 (23.05% from 255) = 46.77%
BLUE value IS 51 (20.31% from 255) = 41.13%
R=12.10%
G=46.77%
B=41.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1558510.7400.120.77170.2358.914.31
HexF3A334A0C4Daa3be
Octal1772631120141152527316
Binary11111110101100111001010011001001101101010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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