#184851

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

Shades of Teal Blue #184851

Tints of Teal Blue #184851

Color information

#184851 (or 0x184851) is unknown color: approx Teal Blue. HEX triplet: 18, 48 and 51. RGB value is (24,72,81). Sum of RGB (Red+Green+Blue) = 24+72+81=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 81 - color contains mainly: blue. Hex color #184851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184851 is #E7B7AE. Grayscale: #3A3A3A. Windows color (decimal): -15185839 or 5326872. OLE color: 5326872.

HSL color Cylindrical-coordinate representation of color #184851: hue angle of 189.47º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #184851 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB247281-
CMYK0.700.1100.68
HSL189.47º54.29%20.59%-
HSV(B)189.47º70.37%31.76%-
XYZ4.185.428.61-
YUV58.67140.6103.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.56%
GREEN value IS 72 (28.52% from 255) = 40.68%
BLUE value IS 81 (32.03% from 255) = 45.76%
R=13.56%
G=40.68%
B=45.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2472810.700.1100.68189.4754.2920.59
Hex18485146B044bd3615
Octal301101211061301042756625
Binary110001001000101000110001101011010001001011110111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184851; }

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

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

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

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

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

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

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

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