#184741

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

Shades of Deep Teal #184741

Tints of Deep Teal #184741

Color information

#184741 (or 0x184741) is unknown color: approx Deep Teal. HEX triplet: 18, 47 and 41. RGB value is (24,71,65). Sum of RGB (Red+Green+Blue) = 24+71+65=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #184741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184741 is #E7B8BE. Grayscale: #383838. Windows color (decimal): -15186111 or 4278040. OLE color: 4278040.

HSL color Cylindrical-coordinate representation of color #184741: hue angle of 172.34º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #184741 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB247165-
CMYK0.6600.080.72
HSL172.34º49.47%18.63%-
HSV(B)172.34º66.2%27.84%-
XYZ3.585.085.79-
YUV56.26132.93104.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15%
GREEN value IS 71 (28.12% from 255) = 44.38%
BLUE value IS 65 (25.78% from 255) = 40.62%
R=15%
G=44.38%
B=40.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2471650.6600.080.72172.3449.4718.63
Hex184741420848ac3113
Octal301071011020101102546123
Binary110001000111100000110000100100010010001010110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184741; }

 p { color: rgb(24,71,65); }

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

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

 a { background-color: rgb(24,71,65); }

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

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

 span { border-color: rgb(24,71,65); }

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