#103F35

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

Shades of Deep Teal #103F35

Tints of Deep Teal #103F35

Color information

#103F35 (or 0x103F35) is unknown color: approx Deep Teal. HEX triplet: 10, 3F and 35. RGB value is (16,63,53). Sum of RGB (Red+Green+Blue) = 16+63+53=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #103F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103F35 is #EFC0CA. Grayscale: #2F2F2F. Windows color (decimal): -15712459 or 3489552. OLE color: 3489552.

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

Color convert

RGB166353-
CMYK0.7500.160.75
HSL167.23º59.49%15.49%-
HSV(B)167.23º74.6%24.71%-
XYZ2.633.923.99-
YUV47.81130.93105.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.12%
GREEN value IS 63 (25% from 255) = 47.73%
BLUE value IS 53 (21.09% from 255) = 40.15%
R=12.12%
G=47.73%
B=40.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1663530.7500.160.75167.2359.4915.49
Hex103F354B0104Ba73bf
Octal2077651130201132477317
Binary1000011111111010110010110100001001011101001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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