#103D32

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

Shades of Deep Teal #103D32

Tints of Deep Teal #103D32

Color information

#103D32 (or 0x103D32) is unknown color: approx Deep Teal. HEX triplet: 10, 3D and 32. RGB value is (16,61,50). Sum of RGB (Red+Green+Blue) = 16+61+50=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #103D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103D32 is #EFC2CD. Grayscale: #2E2E2E. Windows color (decimal): -15712974 or 3292432. OLE color: 3292432.

HSL color Cylindrical-coordinate representation of color #103D32: hue angle of 165.33º 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 #103D32 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB166150-
CMYK0.7400.180.76
HSL165.33º58.44%15.1%-
HSV(B)165.33º73.77%23.92%-
XYZ2.463.683.6-
YUV46.29130.09106.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.60%
GREEN value IS 61 (24.22% from 255) = 48.03%
BLUE value IS 50 (19.92% from 255) = 39.37%
R=12.60%
G=48.03%
B=39.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1661500.7400.180.76165.3358.4415.1
Hex103D324A0124Ca53af
Octal2075621120221142457217
Binary1000011110111001010010100100101001100101001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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