Html Css Color HEX #114855 Teal Blue

📋 copy color: '#114855'

red 17 ◦ green 72 ◦ blue 85

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

Shades of Teal Blue #114855

Tints of Teal Blue #114855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 48.85%

R = 9.77%
G = 41.38%
B = 48.85%

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

#114855 (or 0x114855) is known color: Teal Blue. HEX triplet: 11, 48 and 55. RGB value is (17,72,85). Sum of RGB (Red+Green+Blue) = 17+72+85=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #114855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114855 is #EEB7AA. Grayscale: #383838. Windows color (decimal): -15644587 or 5589009. OLE color: 5589009.

HSL color Cylindrical-coordinate representation of color #114855: hue angle of 191.47º degrees, saturation: 0.67, 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 #114855 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 72 85 -
CMYK 0.80 0.15 0 0.67
HSL 191.47º 0.67% 0.2% -
HSV(B) 191.47º 0.8% 0.33% -
XYZ 4.19 5.41 9.42 -
YUV 57.04 143.78 99.44 -
System Red Green Blue C M Y K H S L
Decimal 17 72 85 0.80 0.15 0 0.67 191.47 0.67 0.2
Hex 11 48 55 50 F 0 43 BF 43 14
Octal 21 110 125 120 17 0 103 277 103 24
Binary 10001 1001000 1010101 1010000 1111 0 1000011 10111111 1000011 10100

Color Harmonies of #114855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114855

Black with #114855

Text Example


Text Example

White with #114855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114855; }

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

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

background-color css

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

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

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

border-color css

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

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

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