#103B36

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

Shades of Deep Teal #103B36

Tints of Deep Teal #103B36

Color information

#103B36 (or 0x103B36) is unknown color: approx Deep Teal. HEX triplet: 10, 3B and 36. RGB value is (16,59,54). Sum of RGB (Red+Green+Blue) = 16+59+54=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 59 (23.44% from 255 or 45.74% from 129); Blue value is 54 (21.48% from 255 or 41.86% from 129); Max value from RGB is 59 - color contains mainly: green. Hex color #103B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103B36 is #EFC4C9. Grayscale: #2D2D2D. Windows color (decimal): -15713482 or 3554064. OLE color: 3554064.

HSL color Cylindrical-coordinate representation of color #103B36: hue angle of 173.02º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #103B36 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.77.

Color convert

RGB165954-
CMYK0.7300.080.77
HSL173.02º57.33%14.71%-
HSV(B)173.02º72.88%23.14%-
XYZ2.443.54.04-
YUV45.57132.75106.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 59 (23.44% from 255) = 45.74%
BLUE value IS 54 (21.48% from 255) = 41.86%
R=12.40%
G=45.74%
B=41.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1659540.7300.080.77173.0257.3314.71
Hex103B3649084Dad39f
Octal2073661110101152557117
Binary100001110111101101001001010001001101101011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,59,54); }

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

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

 a { background-color: rgb(16,59,54); }

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

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

 span { border-color: rgb(16,59,54); }

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