#184940

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

Shades of Deep Teal #184940

Tints of Deep Teal #184940

Color information

#184940 (or 0x184940) is unknown color: approx Deep Teal. HEX triplet: 18, 49 and 40. RGB value is (24,73,64). Sum of RGB (Red+Green+Blue) = 24+73+64=161 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.91% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #184940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184940 is #E7B6BF. Grayscale: #393939. Windows color (decimal): -15185600 or 4213016. OLE color: 4213016.

HSL color Cylindrical-coordinate representation of color #184940: hue angle of 168.98º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #184940 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB247364-
CMYK0.6700.120.71
HSL168.98º50.52%19.02%-
HSV(B)168.98º67.12%28.63%-
XYZ3.685.335.68-
YUV57.32131.77104.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.91%
GREEN value IS 73 (28.91% from 255) = 45.34%
BLUE value IS 64 (25.39% from 255) = 39.75%
R=14.91%
G=45.34%
B=39.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2473640.6700.120.71168.9850.5219.02
Hex184940430C47a93313
Octal301111001030141072516323
Binary110001001001100000010000110110010001111010100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184940; }

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

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

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

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

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

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

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

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