#185444

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

Shades of Deep Teal #185444

Tints of Deep Teal #185444

Color information

#185444 (or 0x185444) is unknown color: approx Deep Teal. HEX triplet: 18, 54 and 44. RGB value is (24,84,68). Sum of RGB (Red+Green+Blue) = 24+84+68=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 68 (26.95% from 255 or 38.64% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #185444 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185444 is #E7ABBB. Grayscale: #404040. Windows color (decimal): -15182780 or 4477976. OLE color: 4477976.

HSL color Cylindrical-coordinate representation of color #185444: hue angle of 164º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185444 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB248468-
CMYK0.7100.190.67
HSL164º55.56%21.18%-
HSV(B)164º71.43%32.94%-
XYZ4.596.956.57-
YUV64.24130.1299.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.64%
GREEN value IS 84 (33.20% from 255) = 47.73%
BLUE value IS 68 (26.95% from 255) = 38.64%
R=13.64%
G=47.73%
B=38.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2484680.7100.190.6716455.5621.18
Hex1854444701343a43815
Octal301241041070231032447025
Binary1100010101001000100100011101001110000111010010011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185444; }

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

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

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

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

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

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

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

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