#184F56

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

Shades of Teal Blue #184F56

Tints of Teal Blue #184F56

Color information

#184F56 (or 0x184F56) is unknown color: approx Teal Blue. HEX triplet: 18, 4F and 56. RGB value is (24,79,86). Sum of RGB (Red+Green+Blue) = 24+79+86=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #184F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F56 is #E7B0A9. Grayscale: #3F3F3F. Windows color (decimal): -15184042 or 5656344. OLE color: 5656344.

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

Color convert

RGB247986-
CMYK0.720.0800.66
HSL186.77º56.36%21.57%-
HSV(B)186.77º72.09%33.73%-
XYZ4.856.469.79-
YUV63.35140.7899.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.70%
GREEN value IS 79 (31.25% from 255) = 41.80%
BLUE value IS 86 (33.98% from 255) = 45.50%
R=12.70%
G=41.80%
B=45.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2479860.720.0800.66186.7756.3621.57
Hex184F56488042bb3816
Octal301171261101001022737026
Binary110001001111101011010010001000010000101011101111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,79,86); }

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

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

 a { background-color: rgb(24,79,86); }

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

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

 span { border-color: rgb(24,79,86); }

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