Html Css Color HEX #114754 Teal Blue

📋 copy color: '#114754'

red 17 ◦ green 71 ◦ blue 84

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

Shades of Teal Blue #114754

Tints of Teal Blue #114754

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.28%

 BLUE value IS 84 (33.2% from 255) = 48.84%

R = 9.88%
G = 41.28%
B = 48.84%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#114754 (or 0x114754) is known color: Teal Blue. HEX triplet: 11, 47 and 54. RGB value is (17,71,84). Sum of RGB (Red+Green+Blue) = 17+71+84=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #114754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114754 is #EEB8AB. Grayscale: #383838. Windows color (decimal): -15644844 or 5523217. OLE color: 5523217.

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

Color convert

RGB 17 71 84 -
CMYK 0.80 0.15 0 0.67
HSL 191.64º 0.66% 0.2% -
HSV(B) 191.64º 0.8% 0.33% -
XYZ 4.08 5.27 9.19 -
YUV 56.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 17 71 84 0.80 0.15 0 0.67 191.64 0.66 0.2
Hex 11 47 54 50 F 0 43 C0 42 14
Octal 21 107 124 120 17 0 103 300 102 24
Binary 10001 1000111 1010100 1010000 1111 0 1000011 11000000 1000010 10100

Color Harmonies of #114754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114754

Black with #114754

Text Example


Text Example

White with #114754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114754; }

 p { color: rgb(17,71,84); }

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

background-color css

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

 a { background-color: rgb(17,71,84); }

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

border-color css

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

 span { border-color: rgb(17,71,84); }

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