#185157

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

Shades of Teal Blue #185157

Tints of Teal Blue #185157

Color information

#185157 (or 0x185157) is unknown color: approx Teal Blue. HEX triplet: 18, 51 and 57. RGB value is (24,81,87). Sum of RGB (Red+Green+Blue) = 24+81+87=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #185157 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185157 is #E7AEA8. Grayscale: #404040. Windows color (decimal): -15183529 or 5722392. OLE color: 5722392.

HSL color Cylindrical-coordinate representation of color #185157: hue angle of 185.71º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185157 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB248187-
CMYK0.720.0700.66
HSL185.71º56.76%21.76%-
HSV(B)185.71º72.41%34.12%-
XYZ5.046.7710.06-
YUV64.64140.6299.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 87 (34.38% from 255) = 45.31%
R=12.5%
G=42.19%
B=45.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2481870.720.0700.66185.7156.7621.76
Hex185157487042ba3916
Octal30121127110701022727126
Binary11000101000110101111001000111010000101011101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185157; }

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

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

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

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

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

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

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

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