#184B3F

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

Shades of Deep Teal #184B3F

Tints of Deep Teal #184B3F

Color information

#184B3F (or 0x184B3F) is unknown color: approx Deep Teal. HEX triplet: 18, 4B and 3F. RGB value is (24,75,63). Sum of RGB (Red+Green+Blue) = 24+75+63=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #184B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184B3F is #E7B4C0. Grayscale: #3A3A3A. Windows color (decimal): -15185089 or 4147992. OLE color: 4147992.

HSL color Cylindrical-coordinate representation of color #184B3F: hue angle of 165.88º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #184B3F is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB247563-
CMYK0.6800.160.71
HSL165.88º51.52%19.41%-
HSV(B)165.88º68%29.41%-
XYZ3.795.595.58-
YUV58.38130.6103.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.81%
GREEN value IS 75 (29.69% from 255) = 46.30%
BLUE value IS 63 (25% from 255) = 38.89%
R=14.81%
G=46.30%
B=38.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2475630.6800.160.71165.8851.5219.41
Hex184B3F4401047a63413
Octal30113771040201072466423
Binary110001001011111111100010001000010001111010011011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,75,63); }

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

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

 a { background-color: rgb(24,75,63); }

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

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

 span { border-color: rgb(24,75,63); }

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