#184E42

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

Shades of Deep Teal #184E42

Tints of Deep Teal #184E42

Color information

#184E42 (or 0x184E42) is unknown color: approx Deep Teal. HEX triplet: 18, 4E and 42. RGB value is (24,78,66). Sum of RGB (Red+Green+Blue) = 24+78+66=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 78 - color contains mainly: green. Hex color #184E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184E42 is #E7B1BD. Grayscale: #3C3C3C. Windows color (decimal): -15184318 or 4345368. OLE color: 4345368.

HSL color Cylindrical-coordinate representation of color #184E42: hue angle of 166.67º 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 #184E42 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB247866-
CMYK0.6900.150.69
HSL166.67º52.94%20%-
HSV(B)166.67º69.23%30.59%-
XYZ4.086.046.1-
YUV60.49131.11101.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.29%
GREEN value IS 78 (30.86% from 255) = 46.43%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=14.29%
G=46.43%
B=39.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2478660.6900.150.69166.6752.9420
Hex184E42450F45a73514
Octal301161021050171052476524
Binary110001001110100001010001010111110001011010011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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