#185159

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

Shades of Teal Blue #185159

Tints of Teal Blue #185159

Color information

#185159 (or 0x185159) is unknown color: approx Teal Blue. HEX triplet: 18, 51 and 59. RGB value is (24,81,89). Sum of RGB (Red+Green+Blue) = 24+81+89=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #185159 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185159 is #E7AEA6. Grayscale: #404040. Windows color (decimal): -15183527 or 5853464. OLE color: 5853464.

HSL color Cylindrical-coordinate representation of color #185159: hue angle of 187.38º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185159 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB248189-
CMYK0.730.0900.65
HSL187.38º57.52%22.16%-
HSV(B)187.38º73.03%34.9%-
XYZ5.126.810.49-
YUV64.87141.6298.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.37%
GREEN value IS 81 (32.03% from 255) = 41.75%
BLUE value IS 89 (35.16% from 255) = 45.88%
R=12.37%
G=41.75%
B=45.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2481890.730.0900.65187.3857.5222.16
Hex185159499041bb3a16
Octal301211311111101012737226
Binary110001010001101100110010011001010000011011101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185159; }

 p { color: rgb(24,81,89); }

 H1.HeaderClassName
 {
   color: #185159;
 }
 .AnyTagClassName
 {
   color: #185159;
 }
</style>
background-color css

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

 a { background-color: rgb(24,81,89); }

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

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

 span { border-color: rgb(24,81,89); }

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