#184540

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

Shades of Deep Teal #184540

Tints of Deep Teal #184540

Color information

#184540 (or 0x184540) is unknown color: approx Deep Teal. HEX triplet: 18, 45 and 40. RGB value is (24,69,64). Sum of RGB (Red+Green+Blue) = 24+69+64=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 69 - color contains mainly: green. Hex color #184540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184540 is #E7BABF. Grayscale: #363636. Windows color (decimal): -15186624 or 4211992. OLE color: 4211992.

HSL color Cylindrical-coordinate representation of color #184540: hue angle of 173.33º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #184540 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB246964-
CMYK0.6500.070.73
HSL173.33º48.39%18.24%-
HSV(B)173.33º65.22%27.06%-
XYZ3.434.825.6-
YUV54.98133.09105.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.29%
GREEN value IS 69 (27.34% from 255) = 43.95%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=15.29%
G=43.95%
B=40.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2469640.6500.070.73173.3348.3918.24
Hex184540410749ad3012
Octal30105100101071112556022
Binary11000100010110000001000001011110010011010110111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184540; }

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

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

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

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

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

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

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

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