Html Css Color HEX #114A58 Teal Blue

📋 copy color: '#114A58'

red 17 ◦ green 74 ◦ blue 88

#114A58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #114A58

Tints of Teal Blue #114A58

RGB

 RED value IS 17 (7.03% from 255) = 9.5%

 GREEN value IS 74 (29.3% from 255) = 41.34%

 BLUE value IS 88 (34.77% from 255) = 49.16%

R = 9.5%
G = 41.34%
B = 49.16%

CMYK

 C value IS 0.81

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#114A58 (or 0x114A58) is known color: Teal Blue. HEX triplet: 11, 4A and 58. RGB value is (17,74,88). Sum of RGB (Red+Green+Blue) = 17+74+88=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #114A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A58 is #EEB5A7. Grayscale: #3A3A3A. Windows color (decimal): -15644072 or 5786129. OLE color: 5786129.

HSL color Cylindrical-coordinate representation of color #114A58: hue angle of 191.83º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114A58 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 74 88 -
CMYK 0.81 0.16 0 0.65
HSL 191.83º 0.68% 0.21% -
HSV(B) 191.83º 0.81% 0.35% -
XYZ 4.44 5.72 10.1 -
YUV 58.55 144.62 98.36 -
System Red Green Blue C M Y K H S L
Decimal 17 74 88 0.81 0.16 0 0.65 191.83 0.68 0.21
Hex 11 4A 58 51 10 0 41 C0 44 15
Octal 21 112 130 121 20 0 101 300 104 25
Binary 10001 1001010 1011000 1010001 10000 0 1000001 11000000 1000100 10101

Color Harmonies of #114A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114A58

Black with #114A58

Text Example


Text Example

White with #114A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,74,88); }

 H1.HeaderClassName
 {
   color: #114A58;
 }
 .AnyTagClassName
 {
   color: #114A58;
 }
</style>

background-color css

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

 a { background-color: rgb(17,74,88); }

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

border-color css

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

 span { border-color: rgb(17,74,88); }

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