Html Css Color HEX #114E5B Teal Blue

📋 copy color: '#114E5B'

red 17 ◦ green 78 ◦ blue 91

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

Shades of Teal Blue #114E5B

Tints of Teal Blue #114E5B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.94%

 BLUE value IS 91 (35.94% from 255) = 48.92%

R = 9.14%
G = 41.94%
B = 48.92%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#114E5B (or 0x114E5B) is known color: Teal Blue. HEX triplet: 11, 4E and 5B. RGB value is (17,78,91). Sum of RGB (Red+Green+Blue) = 17+78+91=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #114E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E5B is #EEB1A4. Grayscale: #3D3D3D. Windows color (decimal): -15643045 or 5983761. OLE color: 5983761.

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

Color convert

RGB 17 78 91 -
CMYK 0.81 0.14 0 0.64
HSL 190.54º 0.69% 0.21% -
HSV(B) 190.54º 0.81% 0.36% -
XYZ 4.84 6.32 10.86 -
YUV 61.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 17 78 91 0.81 0.14 0 0.64 190.54 0.69 0.21
Hex 11 4E 5B 51 E 0 40 BF 45 15
Octal 21 116 133 121 16 0 100 277 105 25
Binary 10001 1001110 1011011 1010001 1110 0 1000000 10111111 1000101 10101

Color Harmonies of #114E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114E5B

Black with #114E5B

Text Example


Text Example

White with #114E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,78,91); }

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

background-color css

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

 a { background-color: rgb(17,78,91); }

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

border-color css

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

 span { border-color: rgb(17,78,91); }

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