#184037

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

Shades of Deep Teal #184037

Tints of Deep Teal #184037

Color information

#184037 (or 0x184037) is unknown color: approx Deep Teal. HEX triplet: 18, 40 and 37. RGB value is (24,64,55). Sum of RGB (Red+Green+Blue) = 24+64+55=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #184037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184037 is #E7BFC8. Grayscale: #333333. Windows color (decimal): -15187913 or 3620888. OLE color: 3620888.

HSL color Cylindrical-coordinate representation of color #184037: hue angle of 166.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #184037 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB246455-
CMYK0.6200.140.75
HSL166.5º45.45%17.25%-
HSV(B)166.5º62.5%25.1%-
XYZ2.94.144.26-
YUV51.01130.25108.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.78%
GREEN value IS 64 (25.39% from 255) = 44.76%
BLUE value IS 55 (21.88% from 255) = 38.46%
R=16.78%
G=44.76%
B=38.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2464550.6200.140.75166.545.4517.25
Hex1840373E0E4Ba62d11
Octal3010067760161132465521
Binary1100010000001101111111100111010010111010011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184037; }

 p { color: rgb(24,64,55); }

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

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

 a { background-color: rgb(24,64,55); }

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

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

 span { border-color: rgb(24,64,55); }

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