#184D56

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

Shades of Teal Blue #184D56

Tints of Teal Blue #184D56

Color information

#184D56 (or 0x184D56) is unknown color: approx Teal Blue. HEX triplet: 18, 4D and 56. RGB value is (24,77,86). Sum of RGB (Red+Green+Blue) = 24+77+86=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #184D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D56 is #E7B2A9. Grayscale: #3E3E3E. Windows color (decimal): -15184554 or 5655832. OLE color: 5655832.

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

Color convert

RGB247786-
CMYK0.720.1000.66
HSL188.71º56.36%21.57%-
HSV(B)188.71º72.09%33.73%-
XYZ4.716.179.75-
YUV62.18141.44100.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.83%
GREEN value IS 77 (30.47% from 255) = 41.18%
BLUE value IS 86 (33.98% from 255) = 45.99%
R=12.83%
G=41.18%
B=45.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2477860.720.1000.66188.7156.3621.57
Hex184D5648A042bd3816
Octal301151261101201022757026
Binary110001001101101011010010001010010000101011110111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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