#103D33

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

Shades of Deep Teal #103D33

Tints of Deep Teal #103D33

Color information

#103D33 (or 0x103D33) is unknown color: approx Deep Teal. HEX triplet: 10, 3D and 33. RGB value is (16,61,51). Sum of RGB (Red+Green+Blue) = 16+61+51=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 61 (24.22% from 255 or 47.66% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 61 - color contains mainly: green. Hex color #103D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103D33 is #EFC2CC. Grayscale: #2E2E2E. Windows color (decimal): -15712973 or 3357968. OLE color: 3357968.

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

Color convert

RGB166151-
CMYK0.7400.160.76
HSL166.67º58.44%15.1%-
HSV(B)166.67º73.77%23.92%-
XYZ2.483.693.71-
YUV46.4130.59106.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.5%
GREEN value IS 61 (24.22% from 255) = 47.66%
BLUE value IS 51 (20.31% from 255) = 39.84%
R=12.5%
G=47.66%
B=39.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1661510.7400.160.76166.6758.4415.1
Hex103D334A0104Ca73af
Octal2075631120201142477217
Binary1000011110111001110010100100001001100101001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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