#0F483A

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

Shades of Deep Teal #0F483A

Tints of Deep Teal #0F483A

Color information

#0F483A (or 0x0F483A) is unknown color: approx Deep Teal. HEX triplet: 0F, 48 and 3A. RGB value is (15,72,58). Sum of RGB (Red+Green+Blue) = 15+72+58=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #0F483A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F483A is #F0B7C5. Grayscale: #353535. Windows color (decimal): -15775686 or 3819535. OLE color: 3819535.

HSL color Cylindrical-coordinate representation of color #0F483A: hue angle of 165.26º 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 #0F483A is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB157258-
CMYK0.7900.190.72
HSL165.26º65.52%17.06%-
HSV(B)165.26º79.17%28.24%-
XYZ3.285.044.8-
YUV53.36130.62100.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.34%
GREEN value IS 72 (28.52% from 255) = 49.66%
BLUE value IS 58 (23.05% from 255) = 40%
R=10.34%
G=49.66%
B=40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1572580.7900.190.72165.2665.5217.06
HexF483A4F01348a54211
Octal171107211702311024510221
Binary111110010001110101001111010011100100010100101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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