#103F39

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

Shades of Deep Teal #103F39

Tints of Deep Teal #103F39

Color information

#103F39 (or 0x103F39) is unknown color: approx Deep Teal. HEX triplet: 10, 3F and 39. RGB value is (16,63,57). Sum of RGB (Red+Green+Blue) = 16+63+57=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 63 - color contains mainly: green. Hex color #103F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103F39 is #EFC0C6. Grayscale: #303030. Windows color (decimal): -15712455 or 3751696. OLE color: 3751696.

HSL color Cylindrical-coordinate representation of color #103F39: hue angle of 172.34º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #103F39 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.75.

Color convert

RGB166357-
CMYK0.7500.100.75
HSL172.34º59.49%15.49%-
HSV(B)172.34º74.6%24.71%-
XYZ2.733.964.49-
YUV48.26132.93104.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.76%
GREEN value IS 63 (25% from 255) = 46.32%
BLUE value IS 57 (22.66% from 255) = 41.91%
R=11.76%
G=46.32%
B=41.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1663570.7500.100.75172.3459.4915.49
Hex103F394B0A4Bac3bf
Octal2077711130121132547317
Binary100001111111110011001011010101001011101011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103F39; }

 p { color: rgb(16,63,57); }

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

<style>
 a { background-color: #103F39; }

 a { background-color: rgb(16,63,57); }

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

<style>
 span { border-color: #103F39; }

 span { border-color: rgb(16,63,57); }

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