#104F5D

Color #104F5D Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #104F5D

Tints of Teal Blue #104F5D

Color information

#104F5D (or 0x104F5D) is unknown color: approx Teal Blue. HEX triplet: 10, 4F and 5D. RGB value is (16,79,93). Sum of RGB (Red+Green+Blue) = 16+79+93=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #104F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104F5D is #EFB0A2. Grayscale: #3D3D3D. Windows color (decimal): -15708323 or 6115088. OLE color: 6115088.

HSL color Cylindrical-coordinate representation of color #104F5D: hue angle of 190.91º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #104F5D is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB167993-
CMYK0.830.1500.64
HSL190.91º70.64%21.37%-
HSV(B)190.91º82.8%36.47%-
XYZ4.996.4911.35-
YUV61.76145.6395.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 79 (31.25% from 255) = 42.02%
BLUE value IS 93 (36.72% from 255) = 49.47%
R=8.51%
G=42.02%
B=49.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1679930.830.1500.64190.9170.6421.37
Hex104F5D53F040bf4715
Octal2011713512317010027710725
Binary1000010011111011101101001111110100000010111111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104F5D; }

 p { color: rgb(16,79,93); }

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

<style>
 a { background-color: #104F5D; }

 a { background-color: rgb(16,79,93); }

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

<style>
 span { border-color: #104F5D; }

 span { border-color: rgb(16,79,93); }

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