#0F352F

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

Shades of Deep Teal #0F352F

Tints of Deep Teal #0F352F

Color information

#0F352F (or 0x0F352F) is unknown color: approx Deep Teal. HEX triplet: 0F, 35 and 2F. RGB value is (15,53,47). Sum of RGB (Red+Green+Blue) = 15+53+47=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 53 - color contains mainly: green. Hex color #0F352F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F352F is #F0CAD0. Grayscale: #282828. Windows color (decimal): -15780561 or 3093775. OLE color: 3093775.

HSL color Cylindrical-coordinate representation of color #0F352F: hue angle of 170.53º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F352F is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB155347-
CMYK0.7200.110.79
HSL170.53º55.88%13.33%-
HSV(B)170.53º71.7%20.78%-
XYZ1.982.853.14-
YUV40.95131.41109.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.04%
GREEN value IS 53 (21.09% from 255) = 46.09%
BLUE value IS 47 (18.75% from 255) = 40.87%
R=13.04%
G=46.09%
B=40.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1553470.7200.110.79170.5355.8813.33
HexF352F480B4Fab38d
Octal1765571100131172537015
Binary11111101011011111001000010111001111101010111110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,53,47); }

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

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

 a { background-color: rgb(15,53,47); }

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

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

 span { border-color: rgb(15,53,47); }

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