#114855

Color #114855 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #114855

Tints of Teal Blue #114855

Color information

#114855 (or 0x114855) is unknown color: approx 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

RGB177285-
CMYK0.800.1500.67
HSL191.47º66.67%20%-
HSV(B)191.47º80%33.33%-
XYZ4.195.419.42-
YUV57.04143.7899.44-

RGB Variations

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

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 (Cyan) values IS 0.80
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1772850.800.1500.67191.4766.6720
Hex11485550F043bf4314
Octal2111012512017010327710324
Binary1000110010001010101101000011110100001110111111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>