#184B57

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

Shades of Teal Blue #184B57

Tints of Teal Blue #184B57

Color information

#184B57 (or 0x184B57) is unknown color: approx Teal Blue. HEX triplet: 18, 4B and 57. RGB value is (24,75,87). Sum of RGB (Red+Green+Blue) = 24+75+87=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #184B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B57 is #E7B4A8. Grayscale: #3D3D3D. Windows color (decimal): -15185065 or 5720856. OLE color: 5720856.

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

Color convert

RGB247587-
CMYK0.720.1400.66
HSL191.43º56.76%21.76%-
HSV(B)191.43º72.41%34.12%-
XYZ4.615.919.92-
YUV61.12142.6101.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.90%
GREEN value IS 75 (29.69% from 255) = 40.32%
BLUE value IS 87 (34.38% from 255) = 46.77%
R=12.90%
G=40.32%
B=46.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2475870.720.1400.66191.4356.7621.76
Hex184B5748E042bf3916
Octal301131271101601022777126
Binary110001001011101011110010001110010000101011111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184B57; }

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

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

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

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

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

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

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

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