Html Css Color HEX #114856 Teal Blue

📋 copy color: '#114856'

red 17 ◦ green 72 ◦ blue 86

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

Shades of Teal Blue #114856

Tints of Teal Blue #114856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.14%

 BLUE value IS 86 (33.98% from 255) = 49.14%

R = 9.71%
G = 41.14%
B = 49.14%

CMYK

 C value IS 0.80

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#114856 (or 0x114856) is known color: Teal Blue. HEX triplet: 11, 48 and 56. RGB value is (17,72,86). Sum of RGB (Red+Green+Blue) = 17+72+86=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #114856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114856 is #EEB7A9. Grayscale: #393939. Windows color (decimal): -15644586 or 5654545. OLE color: 5654545.

HSL color Cylindrical-coordinate representation of color #114856: hue angle of 192.17º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114856 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 72 86 -
CMYK 0.80 0.16 0 0.66
HSL 192.17º 0.67% 0.2% -
HSV(B) 192.17º 0.8% 0.34% -
XYZ 4.23 5.43 9.63 -
YUV 57.15 144.28 99.36 -
System Red Green Blue C M Y K H S L
Decimal 17 72 86 0.80 0.16 0 0.66 192.17 0.67 0.2
Hex 11 48 56 50 10 0 42 C0 43 14
Octal 21 110 126 120 20 0 102 300 103 24
Binary 10001 1001000 1010110 1010000 10000 0 1000010 11000000 1000011 10100

Color Harmonies of #114856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114856

Black with #114856

Text Example


Text Example

White with #114856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114856; }

 p { color: rgb(17,72,86); }

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

background-color css

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

 a { background-color: rgb(17,72,86); }

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

border-color css

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

 span { border-color: rgb(17,72,86); }

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