#185259

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

Shades of Teal Blue #185259

Tints of Teal Blue #185259

Color information

#185259 (or 0x185259) is unknown color: approx Teal Blue. HEX triplet: 18, 52 and 59. RGB value is (24,82,89). Sum of RGB (Red+Green+Blue) = 24+82+89=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #185259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185259 is #E7ADA6. Grayscale: #414141. Windows color (decimal): -15183271 or 5853720. OLE color: 5853720.

HSL color Cylindrical-coordinate representation of color #185259: hue angle of 186.46º 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 #185259 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB248289-
CMYK0.730.0800.65
HSL186.46º57.52%22.16%-
HSV(B)186.46º73.03%34.9%-
XYZ5.26.9510.52-
YUV65.46141.2898.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 82 (32.42% from 255) = 42.05%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=12.31%
G=42.05%
B=45.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2482890.730.0800.65186.4657.5222.16
Hex185259498041ba3a16
Octal301221311111001012727226
Binary110001010010101100110010011000010000011011101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185259; }

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

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

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

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

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

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

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

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