#184539

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

Shades of Deep Teal #184539

Tints of Deep Teal #184539

Color information

#184539 (or 0x184539) is unknown color: approx Deep Teal. HEX triplet: 18, 45 and 39. RGB value is (24,69,57). Sum of RGB (Red+Green+Blue) = 24+69+57=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #184539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184539 is #E7BAC6. Grayscale: #363636. Windows color (decimal): -15186631 or 3753240. OLE color: 3753240.

HSL color Cylindrical-coordinate representation of color #184539: hue angle of 164º 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 #184539 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB246957-
CMYK0.6500.170.73
HSL164º48.39%18.24%-
HSV(B)164º65.22%27.06%-
XYZ3.244.754.62-
YUV54.18129.59106.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16%
GREEN value IS 69 (27.34% from 255) = 46%
BLUE value IS 57 (22.66% from 255) = 38%
R=16%
G=46%
B=38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2469570.6500.170.7316448.3918.24
Hex1845394101149a43012
Octal30105711010211112446022
Binary110001000101111001100000101000110010011010010011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184539; }

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

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

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

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

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

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

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

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