#103E35

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

Shades of Deep Teal #103E35

Tints of Deep Teal #103E35

Color information

#103E35 (or 0x103E35) is unknown color: approx Deep Teal. HEX triplet: 10, 3E and 35. RGB value is (16,62,53). Sum of RGB (Red+Green+Blue) = 16+62+53=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 62 (24.61% from 255 or 47.33% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 62 - color contains mainly: green. Hex color #103E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E35 is #EFC1CA. Grayscale: #2F2F2F. Windows color (decimal): -15712715 or 3489296. OLE color: 3489296.

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

Color convert

RGB166253-
CMYK0.7400.150.76
HSL168.26º58.97%15.29%-
HSV(B)168.26º74.19%24.31%-
XYZ2.583.813.97-
YUV47.22131.26105.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 62 (24.61% from 255) = 47.33%
BLUE value IS 53 (21.09% from 255) = 40.46%
R=12.21%
G=47.33%
B=40.46%

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
Decimal1662530.7400.150.76168.2658.9715.29
Hex103E354A0F4Ca83bf
Octal2076651120171142507317
Binary100001111101101011001010011111001100101010001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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