#184751

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

Shades of Teal Blue #184751

Tints of Teal Blue #184751

Color information

#184751 (or 0x184751) is unknown color: approx Teal Blue. HEX triplet: 18, 47 and 51. RGB value is (24,71,81). Sum of RGB (Red+Green+Blue) = 24+71+81=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 81 - color contains mainly: blue. Hex color #184751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184751 is #E7B8AE. Grayscale: #3A3A3A. Windows color (decimal): -15186095 or 5326616. OLE color: 5326616.

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

Color convert

RGB247181-
CMYK0.700.1200.68
HSL190.53º54.29%20.59%-
HSV(B)190.53º70.37%31.76%-
XYZ4.125.298.59-
YUV58.09140.93103.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.64%
GREEN value IS 71 (28.12% from 255) = 40.34%
BLUE value IS 81 (32.03% from 255) = 46.02%
R=13.64%
G=40.34%
B=46.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2471810.700.1200.68190.5354.2920.59
Hex18475146C044bf3615
Octal301071211061401042776625
Binary110001000111101000110001101100010001001011111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184751; }

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

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

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

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

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

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

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

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