#184E41

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

Shades of Deep Teal #184E41

Tints of Deep Teal #184E41

Color information

#184E41 (or 0x184E41) is unknown color: approx Deep Teal. HEX triplet: 18, 4E and 41. RGB value is (24,78,65). Sum of RGB (Red+Green+Blue) = 24+78+65=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 78 - color contains mainly: green. Hex color #184E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184E41 is #E7B1BE. Grayscale: #3C3C3C. Windows color (decimal): -15184319 or 4279832. OLE color: 4279832.

HSL color Cylindrical-coordinate representation of color #184E41: hue angle of 165.56º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #184E41 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB247865-
CMYK0.6900.170.69
HSL165.56º52.94%20%-
HSV(B)165.56º69.23%30.59%-
XYZ4.066.025.95-
YUV60.37130.61102.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.37%
GREEN value IS 78 (30.86% from 255) = 46.71%
BLUE value IS 65 (25.78% from 255) = 38.92%
R=14.37%
G=46.71%
B=38.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2478650.6900.170.69165.5652.9420
Hex184E414501145a63514
Octal301161011050211052466524
Binary1100010011101000001100010101000110001011010011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,78,65); }

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

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

 a { background-color: rgb(24,78,65); }

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

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

 span { border-color: rgb(24,78,65); }

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