#0F3C38

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

Shades of Deep Teal #0F3C38

Tints of Deep Teal #0F3C38

Color information

#0F3C38 (or 0x0F3C38) is unknown color: approx Deep Teal. HEX triplet: 0F, 3C and 38. RGB value is (15,60,56). Sum of RGB (Red+Green+Blue) = 15+60+56=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 60 - color contains mainly: green. Hex color #0F3C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3C38 is #F0C3C7. Grayscale: #2E2E2E. Windows color (decimal): -15778760 or 3685391. OLE color: 3685391.

HSL color Cylindrical-coordinate representation of color #0F3C38: hue angle of 174.67º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F3C38 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB156056-
CMYK0.7500.070.76
HSL174.67º60%14.71%-
HSV(B)174.67º75%23.53%-
XYZ2.533.624.31-
YUV46.09133.59105.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.45%
GREEN value IS 60 (23.83% from 255) = 45.80%
BLUE value IS 56 (22.27% from 255) = 42.75%
R=11.45%
G=45.80%
B=42.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1560560.7500.070.76174.676014.71
HexF3C384B074Caf3cf
Octal177470113071142577417
Binary1111111100111000100101101111001100101011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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