Html Css Color HEX #114C59 Teal Blue

📋 copy color: '#114C59'

red 17 ◦ green 76 ◦ blue 89

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

Shades of Teal Blue #114C59

Tints of Teal Blue #114C59

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.76%

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

R = 9.34%
G = 41.76%
B = 48.9%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#114C59 (or 0x114C59) is known color: Teal Blue. HEX triplet: 11, 4C and 59. RGB value is (17,76,89). Sum of RGB (Red+Green+Blue) = 17+76+89=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #114C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C59 is #EEB3A6. Grayscale: #3B3B3B. Windows color (decimal): -15643559 or 5852177. OLE color: 5852177.

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

Color convert

RGB 17 76 89 -
CMYK 0.81 0.15 0 0.65
HSL 190.83º 0.68% 0.21% -
HSV(B) 190.83º 0.81% 0.35% -
XYZ 4.62 6.01 10.37 -
YUV 59.84 144.45 97.44 -
System Red Green Blue C M Y K H S L
Decimal 17 76 89 0.81 0.15 0 0.65 190.83 0.68 0.21
Hex 11 4C 59 51 F 0 41 BF 44 15
Octal 21 114 131 121 17 0 101 277 104 25
Binary 10001 1001100 1011001 1010001 1111 0 1000001 10111111 1000100 10101

Color Harmonies of #114C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C59

Black with #114C59

Text Example


Text Example

White with #114C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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