#114F5D

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

Shades of Teal Blue #114F5D

Tints of Teal Blue #114F5D

Color information

#114F5D (or 0x114F5D) is unknown color: approx Teal Blue. HEX triplet: 11, 4F and 5D. RGB value is (17,79,93). Sum of RGB (Red+Green+Blue) = 17+79+93=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #114F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F5D is #EEB0A2. Grayscale: #3D3D3D. Windows color (decimal): -15642787 or 6115089. OLE color: 6115089.

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

Color convert

RGB177993-
CMYK0.820.1500.64
HSL191.05º69.09%21.57%-
HSV(B)191.05º81.72%36.47%-
XYZ56.511.35-
YUV62.06145.4695.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.99%
GREEN value IS 79 (31.25% from 255) = 41.80%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=8.99%
G=41.80%
B=49.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1779930.820.1500.64191.0569.0921.57
Hex114F5D52F040bf4516
Octal2111713512217010027710526
Binary1000110011111011101101001011110100000010111111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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