Html Css Color HEX #114B59 Teal Blue

📋 copy color: '#114B59'

red 17 ◦ green 75 ◦ blue 89

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

Shades of Teal Blue #114B59

Tints of Teal Blue #114B59

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.44%

 BLUE value IS 89 (35.16% from 255) = 49.17%

R = 9.39%
G = 41.44%
B = 49.17%

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

#114B59 (or 0x114B59) is known color: Teal Blue. HEX triplet: 11, 4B and 59. RGB value is (17,75,89). Sum of RGB (Red+Green+Blue) = 17+75+89=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #114B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B59 is #EEB4A6. Grayscale: #3B3B3B. Windows color (decimal): -15643815 or 5851921. OLE color: 5851921.

HSL color Cylindrical-coordinate representation of color #114B59: hue angle of 191.67º 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 #114B59 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 75 89 -
CMYK 0.81 0.16 0 0.65
HSL 191.67º 0.68% 0.21% -
HSV(B) 191.67º 0.81% 0.35% -
XYZ 4.55 5.87 10.34 -
YUV 59.25 144.78 97.86 -
System Red Green Blue C M Y K H S L
Decimal 17 75 89 0.81 0.16 0 0.65 191.67 0.68 0.21
Hex 11 4B 59 51 10 0 41 C0 44 15
Octal 21 113 131 121 20 0 101 300 104 25
Binary 10001 1001011 1011001 1010001 10000 0 1000001 11000000 1000100 10101

Color Harmonies of #114B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114B59

Black with #114B59

Text Example


Text Example

White with #114B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,75,89); }

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

background-color css

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

 a { background-color: rgb(17,75,89); }

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

border-color css

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

 span { border-color: rgb(17,75,89); }

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