#184857

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

Shades of Teal Blue #184857

Tints of Teal Blue #184857

Color information

#184857 (or 0x184857) is unknown color: approx Teal Blue. HEX triplet: 18, 48 and 57. RGB value is (24,72,87). Sum of RGB (Red+Green+Blue) = 24+72+87=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #184857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184857 is #E7B7A8. Grayscale: #3B3B3B. Windows color (decimal): -15185833 or 5720088. OLE color: 5720088.

HSL color Cylindrical-coordinate representation of color #184857: hue angle of 194.29º 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 #184857 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB247287-
CMYK0.720.1700.66
HSL194.29º56.76%21.76%-
HSV(B)194.29º72.41%34.12%-
XYZ4.415.529.85-
YUV59.36143.6102.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.11%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 87 (34.38% from 255) = 47.54%
R=13.11%
G=39.34%
B=47.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2472870.720.1700.66194.2956.7621.76
Hex1848574811042c23916
Octal301101271102101023027126
Binary1100010010001010111100100010001010000101100001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184857; }

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

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

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

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

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

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

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

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