Html Css Color HEX #114C5A Teal Blue

📋 copy color: '#114C5A'

red 17 ◦ green 76 ◦ blue 90

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

Shades of Teal Blue #114C5A

Tints of Teal Blue #114C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 49.18%

R = 9.29%
G = 41.53%
B = 49.18%

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

#114C5A (or 0x114C5A) is known color: Teal Blue. HEX triplet: 11, 4C and 5A. RGB value is (17,76,90). Sum of RGB (Red+Green+Blue) = 17+76+90=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #114C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C5A is #EEB3A5. Grayscale: #3B3B3B. Windows color (decimal): -15643558 or 5917713. OLE color: 5917713.

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

Color convert

RGB 17 76 90 -
CMYK 0.81 0.16 0 0.65
HSL 191.51º 0.68% 0.21% -
HSV(B) 191.51º 0.81% 0.35% -
XYZ 4.66 6.03 10.59 -
YUV 59.96 144.95 97.36 -
System Red Green Blue C M Y K H S L
Decimal 17 76 90 0.81 0.16 0 0.65 191.51 0.68 0.21
Hex 11 4C 5A 51 10 0 41 C0 44 15
Octal 21 114 132 121 20 0 101 300 104 25
Binary 10001 1001100 1011010 1010001 10000 0 1000001 11000000 1000100 10101

Color Harmonies of #114C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C5A

Black with #114C5A

Text Example


Text Example

White with #114C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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