#103D34

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

Shades of Deep Teal #103D34

Tints of Deep Teal #103D34

Color information

#103D34 (or 0x103D34) is unknown color: approx Deep Teal. HEX triplet: 10, 3D and 34. RGB value is (16,61,52). Sum of RGB (Red+Green+Blue) = 16+61+52=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 61 - color contains mainly: green. Hex color #103D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103D34 is #EFC2CB. Grayscale: #2E2E2E. Windows color (decimal): -15712972 or 3423504. OLE color: 3423504.

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

Color convert

RGB166152-
CMYK0.7400.150.76
HSL168º58.44%15.1%-
HSV(B)168º73.77%23.92%-
XYZ2.53.73.83-
YUV46.52131.09106.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 61 (24.22% from 255) = 47.29%
BLUE value IS 52 (20.70% from 255) = 40.31%
R=12.40%
G=47.29%
B=40.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1661520.7400.150.7616858.4415.1
Hex103D344A0F4Ca83af
Octal2075641120171142507217
Binary100001111011101001001010011111001100101010001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,61,52); }

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

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

 a { background-color: rgb(16,61,52); }

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

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

 span { border-color: rgb(16,61,52); }

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