#0F483C

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

Shades of Deep Teal #0F483C

Tints of Deep Teal #0F483C

Color information

#0F483C (or 0x0F483C) is unknown color: approx Deep Teal. HEX triplet: 0F, 48 and 3C. RGB value is (15,72,60). Sum of RGB (Red+Green+Blue) = 15+72+60=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #0F483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F483C is #F0B7C3. Grayscale: #353535. Windows color (decimal): -15775684 or 3950607. OLE color: 3950607.

HSL color Cylindrical-coordinate representation of color #0F483C: hue angle of 167.37º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F483C is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB157260-
CMYK0.7900.170.72
HSL167.37º65.52%17.06%-
HSV(B)167.37º79.17%28.24%-
XYZ3.335.065.08-
YUV53.59131.62100.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.20%
GREEN value IS 72 (28.52% from 255) = 48.98%
BLUE value IS 60 (23.83% from 255) = 40.82%
R=10.20%
G=48.98%
B=40.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1572600.7900.170.72167.3765.5217.06
HexF483C4F01148a74211
Octal171107411702111024710221
Binary111110010001111001001111010001100100010100111100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,72,60); }

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

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

 a { background-color: rgb(15,72,60); }

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

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

 span { border-color: rgb(15,72,60); }

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