#184439

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

Shades of Deep Teal #184439

Tints of Deep Teal #184439

Color information

#184439 (or 0x184439) is unknown color: approx Deep Teal. HEX triplet: 18, 44 and 39. RGB value is (24,68,57). Sum of RGB (Red+Green+Blue) = 24+68+57=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 68 - color contains mainly: green. Hex color #184439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184439 is #E7BBC6. Grayscale: #353535. Windows color (decimal): -15186887 or 3752984. OLE color: 3752984.

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

Color convert

RGB246857-
CMYK0.6500.160.73
HSL165º47.83%18.04%-
HSV(B)165º64.71%26.67%-
XYZ3.184.624.6-
YUV53.59129.92106.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.11%
GREEN value IS 68 (26.95% from 255) = 45.64%
BLUE value IS 57 (22.66% from 255) = 38.26%
R=16.11%
G=45.64%
B=38.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2468570.6500.160.7316547.8318.04
Hex1844394101049a53012
Octal30104711010201112456022
Binary110001000100111001100000101000010010011010010111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184439; }

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

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

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

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

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

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

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

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