#185160

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

Shades of Teal Blue #185160

Tints of Teal Blue #185160

Color information

#185160 (or 0x185160) is unknown color: approx Teal Blue. HEX triplet: 18, 51 and 60. RGB value is (24,81,96). Sum of RGB (Red+Green+Blue) = 24+81+96=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #185160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185160 is #E7AE9F. Grayscale: #414141. Windows color (decimal): -15183520 or 6312216. OLE color: 6312216.

HSL color Cylindrical-coordinate representation of color #185160: hue angle of 192.5º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185160 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB248196-
CMYK0.750.1600.62
HSL192.5º60%23.53%-
HSV(B)192.5º75%37.65%-
XYZ5.436.9212.12-
YUV65.67145.1298.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.94%
GREEN value IS 81 (32.03% from 255) = 40.30%
BLUE value IS 96 (37.89% from 255) = 47.76%
R=11.94%
G=40.30%
B=47.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2481960.750.1600.62192.56023.53
Hex1851604B1003Ec03c18
Octal30121140113200763007430
Binary110001010001110000010010111000001111101100000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185160; }

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

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

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

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

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

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

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

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