#18463A

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

Shades of Deep Teal #18463A

Tints of Deep Teal #18463A

Color information

#18463A (or 0x18463A) is unknown color: approx Deep Teal. HEX triplet: 18, 46 and 3A. RGB value is (24,70,58). Sum of RGB (Red+Green+Blue) = 24+70+58=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #18463A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18463A is #E7B9C5. Grayscale: #363636. Windows color (decimal): -15186374 or 3819032. OLE color: 3819032.

HSL color Cylindrical-coordinate representation of color #18463A: hue angle of 164.35º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18463A is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB247058-
CMYK0.6600.170.73
HSL164.35º48.94%18.43%-
HSV(B)164.35º65.71%27.45%-
XYZ3.334.884.77-
YUV54.88129.76105.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 70 (27.73% from 255) = 46.05%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=15.79%
G=46.05%
B=38.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2470580.6600.170.73164.3548.9418.43
Hex18463A4201149a43112
Octal30106721020211112446122
Binary110001000110111010100001001000110010011010010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18463A; }

 p { color: rgb(24,70,58); }

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

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

 a { background-color: rgb(24,70,58); }

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

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

 span { border-color: rgb(24,70,58); }

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