#185460

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

Shades of Teal Blue #185460

Tints of Teal Blue #185460

Color information

#185460 (or 0x185460) is unknown color: approx Teal Blue. HEX triplet: 18, 54 and 60. RGB value is (24,84,96). Sum of RGB (Red+Green+Blue) = 24+84+96=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #185460 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185460 is #E7AB9F. Grayscale: #434343. Windows color (decimal): -15182752 or 6312984. OLE color: 6312984.

HSL color Cylindrical-coordinate representation of color #185460: hue angle of 190º 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 #185460 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB248496-
CMYK0.750.1200.62
HSL190º60%23.53%-
HSV(B)190º75%37.65%-
XYZ5.667.3812.19-
YUV67.43144.1297.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.76%
GREEN value IS 84 (33.20% from 255) = 41.18%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=11.76%
G=41.18%
B=47.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2484960.750.1200.621906023.53
Hex1854604BC03Ebe3c18
Octal30124140113140762767430
Binary11000101010011000001001011110001111101011111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185460; }

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

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

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

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

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

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

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

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