#0F4738

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

Shades of Deep Teal #0F4738

Tints of Deep Teal #0F4738

Color information

#0F4738 (or 0x0F4738) is unknown color: approx Deep Teal. HEX triplet: 0F, 47 and 38. RGB value is (15,71,56). Sum of RGB (Red+Green+Blue) = 15+71+56=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #0F4738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4738 is #F0B8C7. Grayscale: #343434. Windows color (decimal): -15775944 or 3688207. OLE color: 3688207.

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

Color convert

RGB157156-
CMYK0.7900.210.72
HSL163.93º65.12%16.86%-
HSV(B)163.93º78.87%27.84%-
XYZ3.164.894.52-
YUV52.55129.95101.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.56%
GREEN value IS 71 (28.12% from 255) = 50%
BLUE value IS 56 (22.27% from 255) = 39.44%
R=10.56%
G=50%
B=39.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1571560.7900.210.72163.9365.1216.86
HexF47384F01548a44111
Octal171077011702511024410121
Binary111110001111110001001111010101100100010100100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,71,56); }

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

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

 a { background-color: rgb(15,71,56); }

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

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

 span { border-color: rgb(15,71,56); }

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