#184F40

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

Shades of Deep Teal #184F40

Tints of Deep Teal #184F40

Color information

#184F40 (or 0x184F40) is unknown color: approx Deep Teal. HEX triplet: 18, 4F and 40. RGB value is (24,79,64). Sum of RGB (Red+Green+Blue) = 24+79+64=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 79 - color contains mainly: green. Hex color #184F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184F40 is #E7B0BF. Grayscale: #3C3C3C. Windows color (decimal): -15184064 or 4214552. OLE color: 4214552.

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

Color convert

RGB247964-
CMYK0.7000.190.69
HSL163.64º53.4%20.2%-
HSV(B)163.64º69.62%30.98%-
XYZ4.16.165.82-
YUV60.84129.78101.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.37%
GREEN value IS 79 (31.25% from 255) = 47.31%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=14.37%
G=47.31%
B=38.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2479640.7000.190.69163.6453.420.2
Hex184F404601345a43514
Octal301171001060231052446524
Binary1100010011111000000100011001001110001011010010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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