#0F3431

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

Shades of Deep Teal #0F3431

Tints of Deep Teal #0F3431

Color information

#0F3431 (or 0x0F3431) is unknown color: approx Deep Teal. HEX triplet: 0F, 34 and 31. RGB value is (15,52,49). Sum of RGB (Red+Green+Blue) = 15+52+49=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 52 - color contains mainly: green. Hex color #0F3431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3431 is #F0CBCE. Grayscale: #282828. Windows color (decimal): -15780815 or 3224591. OLE color: 3224591.

HSL color Cylindrical-coordinate representation of color #0F3431: hue angle of 175.14º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F3431 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB155249-
CMYK0.7100.060.80
HSL175.14º55.22%13.14%-
HSV(B)175.14º71.15%20.39%-
XYZ1.982.783.34-
YUV40.6132.74109.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.93%
GREEN value IS 52 (20.70% from 255) = 44.83%
BLUE value IS 49 (19.53% from 255) = 42.24%
R=12.93%
G=44.83%
B=42.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1552490.7100.060.80175.1455.2213.14
HexF3431470650af37d
Octal176461107061202576715
Binary1111110100110001100011101101010000101011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,52,49); }

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

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

 a { background-color: rgb(15,52,49); }

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

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

 span { border-color: rgb(15,52,49); }

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