#184D5D

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

Shades of Teal Blue #184D5D

Tints of Teal Blue #184D5D

Color information

#184D5D (or 0x184D5D) is unknown color: approx Teal Blue. HEX triplet: 18, 4D and 5D. RGB value is (24,77,93). Sum of RGB (Red+Green+Blue) = 24+77+93=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #184D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D5D is #E7B2A2. Grayscale: #3E3E3E. Windows color (decimal): -15184547 or 6114584. OLE color: 6114584.

HSL color Cylindrical-coordinate representation of color #184D5D: hue angle of 193.91º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #184D5D is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB247793-
CMYK0.740.1700.64
HSL193.91º58.97%22.94%-
HSV(B)193.91º74.19%36.47%-
XYZ5.016.2911.31-
YUV62.98144.94100.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.37%
GREEN value IS 77 (30.47% from 255) = 39.69%
BLUE value IS 93 (36.72% from 255) = 47.94%
R=12.37%
G=39.69%
B=47.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2477930.740.1700.64193.9158.9722.94
Hex184D5D4A11040c23b17
Octal301151351122101003027327
Binary1100010011011011101100101010001010000001100001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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