#0F382E

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

Shades of Deep Teal #0F382E

Tints of Deep Teal #0F382E

Color information

#0F382E (or 0x0F382E) is unknown color: approx Deep Teal. HEX triplet: 0F, 38 and 2E. RGB value is (15,56,46). Sum of RGB (Red+Green+Blue) = 15+56+46=117 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.82% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 56 - color contains mainly: green. Hex color #0F382E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F382E is #F0C7D1. Grayscale: #2A2A2A. Windows color (decimal): -15779794 or 3029007. OLE color: 3029007.

HSL color Cylindrical-coordinate representation of color #0F382E: hue angle of 165.37º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F382E is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB155646-
CMYK0.7300.180.78
HSL165.37º57.75%13.92%-
HSV(B)165.37º73.21%21.96%-
XYZ2.13.133.08-
YUV42.6129.92108.31-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.82%
GREEN value IS 56 (22.27% from 255) = 47.86%
BLUE value IS 46 (18.36% from 255) = 39.32%
R=12.82%
G=47.86%
B=39.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1556460.7300.180.78165.3757.7513.92
HexF382E490124Ea53ae
Octal1770561110221162457216
Binary111111100010111010010010100101001110101001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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