#0F3B35

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

Shades of Deep Teal #0F3B35

Tints of Deep Teal #0F3B35

Color information

#0F3B35 (or 0x0F3B35) is unknown color: approx Deep Teal. HEX triplet: 0F, 3B and 35. RGB value is (15,59,53). Sum of RGB (Red+Green+Blue) = 15+59+53=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 59 - color contains mainly: green. Hex color #0F3B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3B35 is #F0C4CA. Grayscale: #2D2D2D. Windows color (decimal): -15779019 or 3488527. OLE color: 3488527.

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

Color convert

RGB155953-
CMYK0.7500.100.77
HSL171.82º59.46%14.51%-
HSV(B)171.82º74.58%23.14%-
XYZ2.43.493.91-
YUV45.16132.42106.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.81%
GREEN value IS 59 (23.44% from 255) = 46.46%
BLUE value IS 53 (21.09% from 255) = 41.73%
R=11.81%
G=46.46%
B=41.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1559530.7500.100.77171.8259.4614.51
HexF3B354B0A4Dac3bf
Octal1773651130121152547317
Binary11111110111101011001011010101001101101011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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